what is diffrence between protected ,internal and protected
internal??
whether protected field available in derived class which is
outside the assembly.
if not ..this is possible by which access modifiers??
Answer Posted / komilla shaheen
Protected means within the same class .Internal means
within the same assembly.Protected internal means class
member within the same class,inherited classes in the same
assembly.i think it protected internal which is availble
in derived class which is outside the assembly.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does writeline mean?
What is the difference between int.parse and int.tryparse methods?
Why do we need singleton class in c#?
What is the purpose of c#?
What is the base class in .net from which all the classes are derived from?
Can you explicitly call a destructor?
What is the use of table aliases?
What does an indexer do?
Explain what are the steps for creating clr trigger?
Define an assembly in .net?
What is a clr (common language runtime)?
Explain inheritance in c#?
Explain the difference between .net and c#?
What is the difference between parse and tryparse in c#?
What is deferred execution in c#?