C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

Describe the accessibility modifier protected internal?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What does the This window show in the debugger?What is an interface class in C#?