Question: In java please. I provided some of the code need help with box and recyangle! Use same UML for the Rectangle class as was shown



Use same UML for the Rectangle class as was shown in Lab \#1. But add the printe method. Here is UML. for the Box class Defaalt beight of box will be 1 and width and length will be default values for Rectangle. Remember to make use of the parent constructor. getArea() method will retum the total surface area of the Box object. Remember to re-use method from parent elass and don't duplicate any code. get Volume0 is the volume of bos which is length* width "height. Remember to re-use method from parent class and don'1 duplicate any code. Test program by ereate an objects each of GeometricObject, Circie, Cylinder. Rectangle and Bex Then create an array of type GeometricObject with a length of 5 , then assign each of the objects created to each clement of the array. Then in a loop ( 5 times), access each object in the array and then call the print 0 method from each object. Note that each object in the array are different, but it will still work bence demonstrate the idea of Polymorphism
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
