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 are the sub types of ActionResult?
Why to use Html.Partial in ASP.Net MVC?
Is .net framework dead?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is ado.net data provider? : Entity framework
What you mean by routing in mvc?
What is associationset? : Entity framework
What is route config?
Explain the advantage of packaging over xcopy in .net?
What is code first? : Entity framework
Explain the new features 3.5 framework against with the tool?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Is razor a server side?
Do I need microsoft .net framework?
What are Scaffold templates in ASP.Net MVC?