# Introduction In this lab, you need to create a program where two classes, Rectangle and Triangle, inherit from the Polygon class, and then create objects of both Rectangle and Triangle to call the display() method of the Polygon class.
Click the virtual machine below to start practicing