Ritesh Singh
Why do we Need of static class in c#?
By Ritesh Singh in .NET on Jul 28 2016
  • Ritesh Singh
    Jul, 2016 28

    Making a class static just prevents people from trying to make an instance of it. If all your class has are static members it is a good practice to make the class itself static.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS