Static Class Member

Static Classes and Static Class Members in Microsoft.NET

Static Classes and Static Class Members    Static classes and class members are used to create data and functions that can be accessed without creating an instance of the class. The data and functions do not change regardless of what happens to the object. Static Classes A class can be declared static, indicating that it Static Classes and Static Class Members in Microsoft.NET