Write an inheritance hierarchy for class quadrilateral


Write an inheritance hierarchy for class Quadrilateral, Trapezoid, Parallelogram, Rectangle and Square. Use Quadrilateral as the super class of the hierarchy. Make the hierarchy as deep as possible. Specify the instance variables and methods for each class. The private data of Quadrilateral should be the x-y coordinate pairs for the four end-points of the Quadrilateral. Write a program that instantiates objects of your classes and outputs each objects area (except Quadrilateral.)

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write an inheritance hierarchy for class quadrilateral
Reference No:- TGS0136065

Expected delivery within 24 Hours