Multiple Classes Inheriting from a Single Class

# Introduction In this lab, you need to create two classes, `Rectangle` and `Triangle`, that inherit from a `Polygon` class, and then create objects of each class to call the `display()` function.

|60 : 00

Click the virtual machine below to start practicing