All Questions
Tagged with sicp inheritance
1 question
2
votes
1
answer
304
views
Designing generic operations in object oriented languages
I found an interesting quote in SICP that I think is highly relevant in object oriented design:
We see that, in general, a type may have more than one subtype.
Triangles and quadrilaterals, for ...