getPerimeter of the Shape class. C++ Question Question 2: (2 points) The Rectangle class defines two private integer fields for the sides and it overrides the methods getArea and getPerimeter of the Shape class. The Rectangle class returns the area and perimeter of the shape respectively. Then, write the definition of an abstract class Shape that defines two abstract methods getArea and getPerimeter.