Q:

Describe Accessibility Modifiers in C#

0

Describe Accessibility Modifiers in C#

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Access modifiers are keywords used to specify the scope of accessibility of a member of a type or the type itself. For example, a public class is accessible to the entire world, while an internal class may be accessible to the assembly only. 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between ‘protected’ and... >>
<< What is enum in C#?...