Lecture Outline
- Java inheritance and class hierarchy
- Inheritance is a mechanism that allows a class to gain access to the instance fields and methods of another class
- Private instance fields are not inherited; instead, we can make them protected
Lecture Recording
Lecture Slides
Code