Sunday, June 2, 2013

What are Class Modifiers

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
New
Abstract
Sealed
Partial
Static
Virtual

We shall see about each of the class modifiers in details with examples in the following posts.

Search Flipkart Products:
Flipkart.com

No comments: