Question: Define a base class named Polygon and two derived classes named Rectangle and Triangle that are derived from the base Polygon class. The method area
Define a base class named Polygon and two derived classes named Rectangle and Triangle that are derived from the base Polygon class. The method area should be common to all the 3 classes and should be defined as a virtual function in the base Polygon class. Create a rectangle and triangle object to demonstrate the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
