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 mean before a string in c#?
How do I simulate optional parameters to com calls?
What is difference between string and stringbuffer in c#?
Differentiate between sqlclient oledb and providers?
What is verbatim string literal in c#?
Is datetime a value type in c#?
Can abstract class have private constructor c#?
Give an example to show for hiding base class methods?
Is c# easier than javascript?
Describe the difference between inline and code behind - which is best?
How do I run a cshtml file?
Explain about Threading Types.
What are primitive types in c#?
Why do we use delegates?
Define delegate in c#?