Avoid accidental multiple inheritance

From CSSEMediaWiki
Revision as of 22:20, 28 July 2009 by Matthew Harward (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Whenever you have found a multiple inheritance relationship in a object-oriented design be sure that no base class is actually a derived class of another base class, i.e. accidental multiple inheritance. -- Riel's Heuristic 6.3, Arthur Riel 1996

Explanation

See also

Personal tools