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
What is thread.sleep()?
Define boxing and unboxing in c#?
How many bytes is a char c#?
What is xor operator in c#?
C# called c sharp why?
Can datetime be null c#?
What are the advantages of properties in c#?
What's the difference between abstraction and encapsulation?
What do you mean by saying a "struct is a value type"?
What is a Jagged Array in C#?
Classes and structs can be declared as static, is this statement true or false?
Why do we use inheritance in c#?
Which attribute is used in order that the method can be used as webservice?
Can private virtual methods be overridden in c#.net?
What is property c#?