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

Showing Answers 1 - 2 of 2 Answers

Ans:

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

  Was this answer useful?  Yes

Harsh

  • Jul 29th, 2011
 

Protected Internal Mean its a combination of Protected and Internal access modifier, Protected Internal member can be access from same assembly as well as only derived class l in another assembly.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions