Friday September 1st, 2023
Lecture Outline
- Write a program that uses a while loop. While loops loop based off of a condition.
- 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