Introduction to OOP Chapter 8: Inheritance and Substitution: next previous audio real text

Practical Meaning of Inheritance

Note that private aspects of the parent are part of the child, but are not accessible within the child class.

Intro OOP, Chapter 8, Slide 03