Create an abstract class “Shape” with the following specifications: An abstract
Create an abstract class “Shape” with the following specifications: An abstract Create an abstract class “Shape” with the following specifications: An abstract method “surface_area ()” of return type double An abstract method “volume()” of return type double Put your code in a Java source file named “Shape.java.” I. Create a class “Sphere” that extends the…