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 |
Explain ASP.NET MVC Identity and Security?
Can you explain renderbody and renderpage in mvc?
What is edm in entity framework?
which are the key concepts of entity data model?
How do assemblies find each other?
Which is the institute which also caters to your personal development other than subject.
What are the advantages of razor view engine?
Explain the difference between viewbag and viewdata in mvc?
Explain JSON Binding?
How do you handle variable number of segments in a route definition?
What is meant by bootstrap in mvc5?
What are the ways to show data grid inside a data grid for a master details type of tables?