Answer Posted / 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 |
Post New Answer View All Answers
will there be any issues adding a table without primary keys to a data model?
what is entity data model?
Is entity framework slow?
How do you specify comments using razor syntax?
What are non action methods in mvc?
How does the .net framework 3.0 relate to windows vista?
What are the 2 popular asp.net mvc view engines?
What is iobjectset? : Entity framework
What is .net framwork?
What are ajax helpers in asp.net mvc?
What is entitytypes? : Entity framework
mention what is code first approach and model first approach in entity framework?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is html.renderpartial?