Rules for Static Class A static class can contain static variables, static methods , static properties, static operators, static events, and static constructors. A static class cannot contain instance members and constructors.
Can a class have static methods?
Rules for Static Class A static class can contain static variables, static methods , static properties, static operators, static events, and static constructors. A static class cannot contain instance members and constructors.