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

Private, Public and Protected

There are now three levels of visibility modifiers: Note: Java interprets protected to mean accessible within same package
Intro OOP, Chapter 8, Slide 04