, , ( , ), , ( #).
, , , , .
, ? ?
If your class provides only static members, you can make it a static class, but only if you are sure that you do not need instances of this class. In fact, there is absolutely no problem using static classes, just create thread safety (if required) and make sure that it fits into your system design.
source
share