Advantages of classes with only static methods in C++

前端 未结 8 1669
谎友^
谎友^ 2020-12-01 07:28

Even though there are no static classes in C++, coming from a Java background I use to create a helper class like Util containing only static methods. Is this c

8条回答
  •  醉梦人生
    2020-12-01 08:02

    This may be relevant to your interests. It is an article that, uh, examines the different approaches to classes and functions in Java compared to other languages.

    http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html

提交回复
热议问题