Hacker News new | ask | show | jobs
by Jare 2837 days ago
This is a terrible idea. A rectangle by definition has width and height independent of each other. A square does not fit that description and thus is not a rectangle.

Even if you did something like implementing the square's size as an average of the underlying rectangle's width and height, which would apparently support both classes correctly, you will get in trouble with the semantics or with other, less "fakeable" properties of these objects.

2 comments

> A rectangle by definition has width and height independent of each other.

That's not really true though. Definition is a quadrilateral w/ 4 right angles. Width and height can be dependent or not

I've never come across this definition. I've always heard that squares are a subset of rectangles, just as rectangles are a subset of parallelograms.