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 uint64?
What are winforms in c#?
What is regex c#?
Is c# good for games?
Why is hashset faster?
What is the purpose of the integer parse method the decimal parse method?
What is the function of .IsDescendent()?
Difference between debug.write and trace.write?
How to use delegates with events?
Explain About Web.config
What is the difference between array and arraylist in c#?
What is use of FormBoarderStyle Propertie
Explain when should you call the garbage collector in .net?
Can hashtable have duplicate keys in c#?
What is delegate in c# interview questions?