Pull Up Field
From CSSEMediaWiki
Revision as of 21:30, 14 October 2009 by Brett Ward (Talk | contribs)
Subclasses created through refactoring or developed independently may end up with some duplicate features, such as fields that are the same. If the fields are used in the same way, it may be moved to the superclass, removing the duplicate code in the subclasses to one single instance in the superclass.
See Also