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 an iqueryable in c#?
Explain About a class access specifiers and method access specifiers.
Define delegation in .net?
Explain how do I get deterministic finalization in c#?
What is yield in c#?
Can we overload indexer in c#?
How long can a string be c#?
What does mean c#?
What method is used to sort the elements of the array in descending order?
What is regex c#?
Explain about ODP.net
What do you mean by saying a "struct is a value type"?
Why we use get and set method in c#?
Explain the types of comments in c#?
Is c# different than c++?