C# (Sharp) Programming Language Question:

Describe the accessibility modifier protected internal?

Tweet Share WhatsApp

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 PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What does the This window show in the debugger?What is an interface class in C#?