Avoid accidental multiple inheritance

From CSSEMediaWiki
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