Beware inheritance over composition
From CSSEMediaWiki
(Difference between revisions)
(New page: ''If you have an example of multiple inheritance in your design, assume you have made a mistake and prove otherwise.'' -- Riel's Heuristic 6.2, Arthur Riel 1996 == Explanation == == ...) |
|||
Line 1: | Line 1: | ||
− | '' | + | ''Whenever there is inheritance in an object-oriented design ask yourself two questions: 1) Am I a special type of the thing I'm inheriting from? and 2) Is the thing I'm inheriting from part of me?'' -- Riel's Heuristic 6.2, [[Arthur Riel 1996]] |
+ | |||
== Explanation == | == Explanation == | ||
Revision as of 22:13, 28 July 2009
Whenever there is inheritance in an object-oriented design ask yourself two questions: 1) Am I a special type of the thing I'm inheriting from? and 2) Is the thing I'm inheriting from part of me? -- Riel's Heuristic 6.2, Arthur Riel 1996