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
Explain how obfuscator works in .net
Which is faster list or dictionary in c#?
List the differences between method overriding and method overloading?
What are satellite assemblies?
What are the 2 types of data types available in c#?
What will be the output of the following code?
What is strong name assembly?
What is the max value of int32 in c#?
List down the commonly used types of exceptions in .net
Why is c# a good programming language?
Why singleton is sealed?
What Happens In Memory When You Box And Unbox A Value-type?
Is c# easier than c++?
What is boolean conditions in c#?
What is getenumerator?