in C Sharp by

Describe the accessibility modifier "protected internal".

1 Answer

0 votes
by

Protected Internal variables/methods are accessible within the same assembly and also from the classes that are derived from this parent class.

...