adspace
Answer Posted / Shiv Shakti Shankar
Access modifiers in C# determine the visibility and accessibility of a class, method, property or variable. The four common access modifiers are: private (visible within the containing type), internal (visible within the assembly), protected (visible within the containing type and derived types), public (visible to all parts of the application)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers