# Introduction In this lab, you will create a program to find the area of a triangle and a rectangle by using an abstract class, with the formulas for calculating the areas as 0.5 _ base _ height for a triangle and length \* breadth for a rectangle.
Click the virtual machine below to start practicing