Question: Java 17 If a program has several objects declared as type Solid, the decision about which volume method to call will be resolved at run
Java 17

If a program has several objects declared as type Solid, the decision about which volume method to call will be resolved at run time. (B) If the Solid class were modified to provide a default implementation for the volume method, it would no longer need to be an abstract class. (C) If the Sphere and RectangularPrian classes failed to provide an implementation for the volume method, they would need to be declared as abstract classes. (D) The fact that there is no reasonable default implementation for the volume method in the Solid class suggests that it should be an abstract method. (E) Since Solid is abstract and its subclasses are nonabstract, polymorphism no longer applies when these classes are used in a program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
