Pages

Showing posts with label Access modifiers in csharp. Show all posts
Showing posts with label Access modifiers in csharp. Show all posts

Monday, October 4, 2010

Access modifiers

What is an Access Modifier

Access modifiers determine the extent to which a variable or method can be accessed from another class or object
The following five accessibility levels can be specified using the access modifiers
Ø  Private
Ø  Protected
Ø  Internal
Ø  Protected internal
Ø  Public

To read this full article please visit : http://gurumatrix.wordpress.com/2010/10/02/access-modifiers-in-csharp/