Create an abstract class called GeometricFigure. Each figure includes a height, a width, a figure type and an area. Include an abstract method to determine the area of the figure. Create two subclasses called Square and Triangle. Create an application that demonstrates creating objects of both subclasses and store them in an array