Avoid multiple inheritance
From CSSEMediaWiki
(Difference between revisions)
Line 1: | Line 1: | ||
''If you have an example of multiple inheritance in your design, assume you have made a mistake and prove otherwise.'' -- Riel's Heuristic 6.1, [[Arthur Riel 1996]] | ''If you have an example of multiple inheritance in your design, assume you have made a mistake and prove otherwise.'' -- Riel's Heuristic 6.1, [[Arthur Riel 1996]] | ||
+ | == Explanation == | ||
+ | |||
+ | Riel believes that multiple inheritance (MI) is not evil or undesirable; however, it is rarely used correctly. If a situation exists that you believe requires multiple inheritance you should consider this carefully. | ||
== See also == | == See also == |
Revision as of 01:32, 23 July 2009
If you have an example of multiple inheritance in your design, assume you have made a mistake and prove otherwise. -- Riel's Heuristic 6.1, Arthur Riel 1996
Explanation
Riel believes that multiple inheritance (MI) is not evil or undesirable; however, it is rarely used correctly. If a situation exists that you believe requires multiple inheritance you should consider this carefully.