Main purpose of this task is to calculate volumes and surface areas of three dimensional geometric shapes like, cylinders, cones.
- by Csc_Girl_Geek
In Java Language
Design your classes as below introducing:
an Interface named “GeometricShapes”
an abstract class named “ThreeDShapes”
two child classes of ThreeDShapes: Cylinders and Cones.
One test class names “TestShapes”
Get the output for volumes and surface areas of cylinders and cones along with respective values of their appropriate…