Question: Question Create a base class called 'SHAPE' having two data members of type double member function get-data( ) to initialize base class data members pure

Question Create a base class called 'SHAPE' having two data members of type double member function get-data( ) to initialize base class data members pure virtual member function display-area( ) to compute and display the area of the geometrical object. Derive three specific classes 'TRIANGLE', 'RECTANGLE' and SQUARE from the base class. Using these four classes design a program that Use these classes to write a small C++program that Allow the user to choose which figure they would like Accept dimension for the chosen figure Display the area for the figure Return to the menu . Place the classes within a header file called Shape.h and the member functions in another file called Shape.cpp. Save the project as your first name

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!