Pull Up Method
From CSSEMediaWiki
Revision as of 21:33, 14 October 2009 by Brett Ward (Talk | contribs)
Another instance of eliminating duplicate behaviours, this refactoring takes methods that produce the same results in seperate subclasses and moves them to the superclass.
You may also need to use Pull Up Field if these methods use a subclass field.
See Also