#staticconstructor
Explore tagged Tumblr posts
Link
Static means something which cannot be instantiated. Typically, a static class is the same as a normal class except that a static class cannot be instantiated and inherited. A static member cannot be accessed by the class object. static class, static constructor, and static method or member is the most common topic for the interview nowadays. In this article, we will walk through static class, constructor, and method in detail with real examples.
2 notes
·
View notes
Video
youtube
Static Class, Static Constructor and Static Method in C#
1 note
·
View note