Answer Posted / kirti
Access modifiers are keywords used to specify the declared accessibility of a member or a type. This section introduces the four access modifiers:
� 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 � from the containing class.
� Private - Access is limited to the containing type.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Bundle.Config in ASP.Net MVC4?
What are action filters?
what is lazy loading in entity framework?
Is .net framework dead?
What are actions in asp.net mvc?
What is objectcontext? : Entity framework
What is display mode in mvc?
What is object service? : Entity framework
Does razor engine supports for tdd?
What is code first? : Entity framework
What is .net framework used for?
Why to use Html.Partial in ASP.Net MVC?
What is model first? : Entity framework
What are the main components of .net framework?
What is the full form of sp?