Jump to content

Extract class

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Duckydad (talk | contribs) at 07:36, 27 April 2008 (Created page with 'In software engineering, the Extract class refactoring is applied when a class becomes overweight with too many methods and it's purpose becomes unclear. It involv...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In software engineering, the Extract class refactoring is applied when a class becomes overweight with too many methods and it's purpose becomes unclear. It involves creating a new class and moving methods and/or data to the new class.