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
How we can add the css in mvc?
What are the new enhancements done in default project template of asp.net mvc 4?
Describe the gac in the .net framework.
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is stateless model?
Does .NET Framework support SAX?
What is the difference between .net core and .net framework?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is conceptual model? : Entity framework
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is entity graph? : Entity framework
What are the 2 ways of adding constraints to a route?
what is entity sql?
What is a model in programming?
What is Differnce between html.action and ajax.action?