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 do I change the permission set for a code group
What is the use of the default route?
What are Action Filters in ASP.NET MVC and its use?
What is domain class model?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is poco proxy? : Entity framework
How can I stop my code being reverse-engineered from IL
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
What is model first? : Entity framework
Describe the .net framework architecture.
What is html.renderpartial?
Diffence between .net framework 1.0 and 2.0?