Question: What will this program output? 2 What will be printed by the following code? Consider he polymorphic invocation. (G pts) public class Inherit class Figure
What will this program output?

2 What will be printed by the following code? Consider he polymorphic invocation. (G pts) public class Inherit class Figure void display) System.out printlIn("Figure") class Rectangle extends Figure void display) System,out printin ("Rectangle") class Box extends Figure void display) System.out printin("Box"): Inherit(0 Figure f new Figure ): Rectangle r new Rectanglet) Box b- new Box ) .display) s- ri f.display); t b: t.display): Write Output Here public static void main(StringI) args) new InheritD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
