Lesson 21: Taking after one's parent
Outline:
- Recap of
key
parameter for<list>.sort()
- Mini-quiz
- Another recap of list methods
- Features of object-oriented design
- encapsulation
- polymorphism
- inheritance
- Inheritance
- parent and child classes (aka superclasses and subclasses)
- Exercise 1
Reading assignment (to be completed by the next class):
- Zelle chapter 12 (pp. 419-456) - especially sec. 12.4-12.5 (pp. 451-456)