Is using too much static bad or good?

后端 未结 0 1864
傲寒
傲寒 2021-02-19 18:08

I like to use static functions in C++ as a way to categorize them, like C# does.

Console::WriteLine(\"hello\")

Is this good or bad? If the func

相关标签:
回答
  • 消灭零回复
提交回复
热议问题