code design - Should you avoid static classes? - Stack Overflow
There are needs where you have a Utility class where all the methods are static. In that case if you make the class static it clearly indicates your intention. And at least in C# you can not have non-static methods inside a static class.
Read full article from code design - Should you avoid static classes? - Stack Overflow
No comments:
Post a Comment