Intro to CS: Lecture 19 - Inheritance
Topics: Inheritance: hierarchies, subclasses, using inherited methods, examples
We start with reviewing the basics of a class and objects. Getter and setter methods. Data attributes, code style, some examples.
Going over hierarchies and implementing in code, which is just using sub-classes. Overriding parent methods. Class variables are shared between all instances of a class.
Most of this was review for me, again.