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 a collection in c#?
What is the difference between array and arraylist c#?
What is disconnected data architecture in c#?
Is it possible to force garbage collector to run?
How to use nullable types in .net?
Is functional interface runnable?
Do loops in c#?
What are the different ways of method can be overloaded?
In which way you can convert a value-type to a reference-type?
What is different between Implicit conversion and Explicit conversion in C#?
How do you create partial methods?
What is a c# delegate?
List down the access modifiers available in c#?
What do u meant by "SBI" of an object?
Explain the Abstract class in c#.net