Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please follow instruction and create: 1. Subprogram for shape() that will include two class 2. calculatearea() 3. display() User will has to ask to enter
Please follow instruction and create:
1. Subprogram for shape() that will include two class
2. calculatearea()
3. display()
User will has to ask to enter input!
Please do this in Java and c++!
For the following diagram: SHAPE calculateArea() display() Rectangle Circle Triangle write a subprogram for shape () that will include two of the three subclasses. Then write a subclass, that will inherit the superclass shape). At the end, in your main program, call the subprogram to get the area of a circle, rectangle and triangle. Try in any two languages of your choiceStep 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