Explain about Protected and protected internal, ?internal?
access-specifier?
Answer Posted / diana cheriyan
Protected:-Access is limited to the Containing class or
types derived from the Containing class
Internal:-Access is limited to the Current Assembly
Protected Internal:-Access is limited to the current
Assembly or types derived from the Containing class
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Is arraylist type safe in c#?
Where do we use static class in c#?
What is an abstract class c#?
What is the difference between int16 and int32 in c#?
Why do we use interface in c#?
Is typeof c#?
What .exe means?
What are the 2 kinds of data type conversions in c#?
Describe an abstract class?
What are the types of serialization?
What is parsing?
How to create events for a control? What is custom events? How to create it?
What is array and arraylist?
What is a .aspx file?
How does dependency injection work c#?