Interview Questions

Describe the accessibility modifier protected internal?

C# Interview Questions and Answers


(Continued from previous question...)

115. Describe the accessibility modifier protected internal?

It is available to derived classes and classes within the same Assembly (and naturally from the base class it is declared in).

(Continued on next question...)

Other Interview Questions