#308 – Protected Internal Class Members

Class members marked with the accessibility keyword protected internal are accessible from within the same class, from within code in classes that derive from the class, or from within code in classes within the same assembly.

In the picture below, the Dog.DoBark method is marked as protected internal.  The code in any of the blue blocks can call this method.

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

2 Responses to #308 – Protected Internal Class Members

  1. Mahesh says:

    Good way to represent.

Leave a comment