Class Modifiers
are keywords which are used to add special meaning / purpose to a class. We
have seen about access modifiers in the “Access Modifiers” section, access
modifiers are general and can be applied to classes and class members,
similarly class modifiers are special keywords which can be added to the class
definition to alter the behavior of the class.
The following are the class modifiers available in C# .Net
NewThe following are the class modifiers available in C# .Net
Abstract
Sealed
Partial
Static
Virtual
We shall see about each of the class modifiers in details with examples in the following posts.
No comments:
Post a Comment