Implement the Shape hierarchy -- create an abstract class called Shape, which will be the parent class to TwoDimensionalShape and ThreeDimensionalShape. The classes Circle, Square, and Triangle should inherit from TwoDimensionalShape, while Sphere, Cube, and Tetrahedron should inherit from ThreeDimensionalShape. Each TwoDimensionalShape should have the methods getArea() and getPerimeter(), which calculate the area and perimeter of the shape, respectively. Every ThreeDimensionalShape should have the methods getArea() and getVolume(), which respectively calculate the surface area and volume of the shape. Every class should have a member variable containing its dimensions -- for example, the Circle class should have a member variable describing its radius, while the Triangle class should have three member variables describing the length of each side. Note that the Tetrahedron cass should describe a regular tetrahedron, and as such, should only have one member variable. Create a Driver class with a main method to test your Shape hierarchy. The program should prompt the user to enter the type of shape they'd like to create, and then the shape's dimensions. If the shape is two dimensional, the program should print its area and its perimeter, and if it's a three dimensional shape, its surface area and volume. +SAMPLE RUN #1: java Driver Interactive Session Hide Invisibles Enter 1) Two-dimensional.shape< 2) Three-dimensional shape:1< Enter 1) Circle< 2) Square 3) Triangle:14 Enter radius of circle: 1.56< Area: 7.65.< Perimeter: 9.80 Highlight: None Show Highlighted Only

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

Please write in Java and use Math.PI for pi.

I wrote the print statements to use in the program.

The screenshot explains the question.

 

Implement the Shape hierarchy create an abstract class called Shape, which will be the parent class to TwoDimensionalShape and
Three DimensionalShape. The classes Circle, Square, and Triangle should inherit from TwoDimensionalShape, while Sphere, Cube, and Tetrahedron
should inherit from ThreeDimensionalShape.
--
Each TwoDimensionalShape should have the methods getArea() and getPerimeter(), which calculate the area and perimeter of the shape,
respectively. Every Three DimensionalShape should have the methods getArea() and getVolume(), which respectively calculate the surface area
and volume of the shape. Every class should have a member variable containing its dimensions for example, the Circle class should have a
member variable describing its radius, while the Triangle class should have three member variables describing the length of each side. Note that
the Tetrahedron cass should describe a regular tetrahedron, and as such, should only have one member variable.
Interactive Session
Create a Driver class with a main method to test your Shape hierarchy. The program should prompt the user to enter the type of shape they'd like
to create, and then the shape's dimensions. If the shape is two dimensional, the program should print its area and its perimeter, and if it's a three
dimensional shape, its surface area and volume.
SAMPLE RUN #1: java Driver
Hide Invisibles
Enter
1) Two dimensional.shape<
2) Three dimensional shape:14
Enter<
1) Circle<
2) Square
3) Triangle: 1ª
Enter radius of circle:1.56<
Area: 7.65.4
Perimeter:.9.804
--
Highlight: None
ooo
Show Highlighted Only
Transcribed Image Text:Implement the Shape hierarchy create an abstract class called Shape, which will be the parent class to TwoDimensionalShape and Three DimensionalShape. The classes Circle, Square, and Triangle should inherit from TwoDimensionalShape, while Sphere, Cube, and Tetrahedron should inherit from ThreeDimensionalShape. -- Each TwoDimensionalShape should have the methods getArea() and getPerimeter(), which calculate the area and perimeter of the shape, respectively. Every Three DimensionalShape should have the methods getArea() and getVolume(), which respectively calculate the surface area and volume of the shape. Every class should have a member variable containing its dimensions for example, the Circle class should have a member variable describing its radius, while the Triangle class should have three member variables describing the length of each side. Note that the Tetrahedron cass should describe a regular tetrahedron, and as such, should only have one member variable. Interactive Session Create a Driver class with a main method to test your Shape hierarchy. The program should prompt the user to enter the type of shape they'd like to create, and then the shape's dimensions. If the shape is two dimensional, the program should print its area and its perimeter, and if it's a three dimensional shape, its surface area and volume. SAMPLE RUN #1: java Driver Hide Invisibles Enter 1) Two dimensional.shape< 2) Three dimensional shape:14 Enter< 1) Circle< 2) Square 3) Triangle: 1ª Enter radius of circle:1.56< Area: 7.65.4 Perimeter:.9.804 -- Highlight: None ooo Show Highlighted Only
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

I provided the print statements. They need to be exact. Could you please add some comments to the code

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Development strategies
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,