Exercise: Implement Inheritance

Apply what you’ve learned about inheritance to the coding exercise in this lesson.

We'll cover the following...

Problem statement

In this challenge, create a parent class, Shape, and two child classes, Rectangle and Circle. The ...