What are class access modifiers
Answer / 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 |
What are actions in mvc?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
Explain Model, view and Controllers in Asp.Net MVC?
Can we create the web service in windows application?
In which assembly is the mvc framework defined?
What is net framework 3.0 ?
what is lazy loading in entity framework?
What operating systems will the .net framework 3.0 be available for?
What are the advantages of mvc over asp.net?
What is conceptual model? : Entity framework
What are Validation Annotations?
Explain RenderBody and RenderPage in ASP.Net MVC?