Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Monday, May 5, 2008

What are class access modifiers ? How many types ?

Access modifiers are keywords used to specify the declared accessibility of a member or a type.
Public - Access is not restricted.
Protected - Access is limited to the containing class or types derived from the containing class. Internal - Access is limited to the current assembly.·
Protected inertnal - Access is limited to the current assembly or types derived
Private - Access is limited to the containing type.

No comments:

Archives