Pull Up Method
From CSSEMediaWiki
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