In this lesson, you learned about polymorphism, referring to something that has many forms. We focused on two kinds of polymorphism, or objects being treated as different forms, depending on context, with a practical benefit of having to write less code. You created a parent Product class and two child classes: Book and Shoe. You used polymorphism to make and display a list of products.
In the next lesson, you are going to learn about interfaces.