3.5.protected | ||||
3.5.1. | protected features are even more accessible than default features. | |||
3.5.2. | Let's take a look at a protected instance variable of a superclass. | |||
3.5.3. | Child class accesses the protected variables through inheritance, not accessing it through a reference to an instance of the superclass. |