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 is marshalling and what are different kinds of marshalling?
What is list array in c#?
What is attribute and reflection in c#?
What are extension methods and where can we use them?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is final keyword in c#?
What Is A Multicast Delegate?
Can you specify an access modifier for an enumeration?
What is concatenation and when should it be used?
Explain About Global.asax
Describe ado.net?
Can we inherit singleton class in c#?
What is the value which is accepted by all data types ?
What is the difference between malloc () and new?
What are the methods in c#?