Codecademy - Learn Java: Inheritance and Polymorphism

This course taught me how to go further with classes by using inheritance and polymorphism in Java.

Lesson topics included inheritance, parent class aspect modifiers, polymorphism, method overriding, using a child class as its parent class, child classes in Arrays and ArrayLists, and child classes in method parameters.