Replace Inheritance with Delegation

From CSSEMediaWiki
Revision as of 05:21, 24 November 2010 by Ebybymic (Talk | contribs)
Jump to: navigation, search

Straight from Martin Fowler 1999:

"A subclass uses only part of a superclasses interface or does not want to inherit data.

Create a field for the superclass, adjust methods to delegate to the super class, and remove the subclassing."

See Also

Personal tools