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 |
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
Explain .Net Framework? Why we use it?
What is entity sql? : Entity framework
Is .net core faster than .net framework?
can we call the garbage collector to run explicicitly?
Can I use razor code in javascript in asp.net mvc?
what is an assembly?
What is the use of action filters in an mvc application?
What is poco proxy? : Entity framework
What is the difference between model and entity?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What are the levels at which filters can be applied in an asp.net mvc application?