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 is conceptual model?
What is meant by bootstrap in mvc5?
What is oauth in web api?
What's different about namespace declaration when comparing that to package declaration in Java ?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is serialization ?
Can I uninstall microsoft .net framework?
How you can implement custom validation in asp.net MVC?
Is CLR is compiler or Interpreter
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
what is way of loading data in ef (entity framework)?
What is Dependency Injection in ASP.Net MVC