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 the options can be configured in AJAX helpers?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is the use of trace utility ?
Explain bundle.config in mvc4?
Which is the root namespace for fundamental types in .net framework?
Explain what is the difference between view and partial view?
what is Thread Priority?
Is entity framework slow?
How to bind table colum with gridview column?
Name a few different return types of a controller action method?
What is basic authentication in web api?