Calculating Areas with Abstract Classes

# 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.

|60 : 00

Click the virtual machine below to start practicing