What is a static class?
Static classes are classes that do not contain instance members other than those inherited from Object, and do not have a callable constructor.
Example
Console.WriteLine ("I Do not need any instances")
Environment.CommandLine
No comments:
Post a Comment