Describe the accessibility modifier protected internal.
Answer Posted / venu gopal
It?s available to derived classes and classes within the
same Assembly (and naturally from the base class it?s
declared in).
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between iqueryable and ienumerable in c#?
What is c# and why it is used for?
What is the purpose of abstract class in c#?
What are the two uses of a ‘using’ statement in c#?
How to put assembly in gac?
Explain the difference between arraylist and array and in c#?
What is array and arraylist?
Is c# used for any core features of windows vista?
What is the advantage of generics in c#?
Does c# support a variable number of arguments?
What is system console writeline in c#?
Why we use dll in c#?
Does c# support try-catch-finally blocks?
What is deferred execution?
Explain about finalize method?