What is the difference between protected and protected internal?
Answer Posted / manu
protected is really protected inside and outside the assembly (protected internal / protected external) (not allowed on top level classes)
protected internal is really public inside the assembly but protected outside the assembly (public internal / protected external) (not allowed on top level classes)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What can be done with c#?
Explain briefly the difference between value type and reference type?
What's the difference between system.string and system.text.stringbuilder classes?
What is difference between abstraction and encapsulation in c#?
Is cli same as the clr?
Contrast System.String and System.Text.StringBuilder classes?
Difference between abstract classes and interfaces
Why delegates are required?
What is constants in c#?
What are the new features in c# 2.0?
What is string pool in c#?
What is readline library?
What is Fragmentation and its Types?
What is managed code?
How many types of polymorphism are there?