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
What is action methods in web api?
What you mean by routing in mvc?
What is stateless model?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What are Scaffold templates in ASP.Net MVC?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What symbol would you use to denote, the start of a code block in razor views?
Can you explain the page life cycle of mvc?
what is entity sql?
explain why t4 entity is important in entity framework?
Possible ways to prevent xss attacks on mvc application?
How to bind table colum with gridview column?
What is objectcontext? : Entity framework
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Can we have enum in entity framework?