Inheritance
Create a class called Rectangle so that, given a height and width, the object would calculate and display the length, width, the perimeter, and the area. Do not include a constructor for this class
Another class called Box is derived from the Rectangle class. This class given the breadth of the box, it should display the same pieces of information as the Rectangle. Additionally, the Box objectshould calculate and display its volume