Imagine a Rectangle class with objects that represent twodimensional rectangles. The Rectangle has width and height fields

Question:

Imagine a Rectangle class with objects that represent twodimensional rectangles. The Rectangle has width and height fields with appropriate accessors and mutators, as well as getArea and getPerimeter methods.

You would like to add a Square class into your system. Is it a good design to make Square a subclass of Rectangle ? Why or why not?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Building Java Programs A Back To Basics Approach

ISBN: 9780135471944

5th Edition

Authors: Stuart Reges, Marty Stepp

Question Posted: