This Blog for those guys who are new to .Net Technology..
Monday, May 11, 2009
What are shared (VB.Net) / Static(C#) variables?
• Static/shared classes cannot be inherited. • We can’t create object of static class. • Static/shared classes can only contain static members. • Static/shared classes can have only static Constructors. • Static classes are sealed.
No comments:
Post a Comment