In this presentation, we continue with several of the classes that we worked on last time. But this time, we create subclasses of them.
On the exam, the class question will always be a two-parter. One will be to create a class from a specification. But the second part will always be to create a subclass of that class (also from specification). NOTE: This lecture got really messed up because the code on my slides confused the subclass and the superclass (you can only call super() in the subclass). This is now fixed on the provided slides.
This presentation references Lesson 22.