In object oriented programming a static class is a class whose members must be accessed without an instance of the class. Its members must be created as static.
In object oriented programming a static class is a class whose members must be accessed without an instance of the class. Its members must be created as static.