# 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.
Multiple Classes Inheriting from a Single Class
|60 : 00
Click the virtual machine below to start practicing