Push Down Method
From CSSEMediaWiki
Revision as of 21:41, 14 October 2009 by Brett Ward (Talk | contribs)
If a method within the superclass is only relevant to some of the subclasses, the method should be moved to the subclasses.
This may often be done after using Extract Superclass.
See Also