Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ 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).

 221 views

More Questions for you: