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
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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started