Bonus question 1: 3 points (Refer to class diagram 1) Write…
Bonus question 1: 3 points (Refer to class diagram 1) Write the code for the getArea method of the Square class that overrides the abstract method named getArea in the Shape class. This method should return the area of the Square object. Write this method as concisely as possible.
Read Details