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 |
How to answer for project questions..?
What is entity framework used for?
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,
What is Peek method in Tempdata in ASP.Net MVC?
mention what is the difference between ado.net and classic ado?
Is it possible to share a view across multiple controllers?
What are Scaffold templates in ASP.Net MVC?
what happened when type url in address bar and press enter?
what is client wins and store wins mode in entity framework concurrency?
What is difference between viewbag and viewdata and tempdata?
what is complex type?
What is needed for running an application built on winfx on the .net framework 3.0?