Extract class
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
No issues specified. Please specify issues, or remove this template. |
![]() | This article needs more links to other articles to help integrate it into the encyclopedia. (April 2008) |
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.
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (April 2008) |