| Author: DotNetGuts (DNG) 26 Aug 2006 | Member Level: Diamond | Rating:  Points: 2 |
types of Access Modifiers. 1) Public – Allows the members to be globally accessible. 2) Private – Limits the member’s access to only the containing type. 3) Protected – Limits the member’s access to the containing type and all classes derived from the containing type. 4) Internal – Limits the member’s access to within the current project.
DotNetGuts (DNG) DotNetGuts Blog
|