In software engineering, the Extract Class refactoring is applied when a class becomes overweight with too many methods and its purpose becomes unclear. Extract Class refactoring involves creating a new class and moving methods and/or data to the new class.
We don't have any images related to Extract class yet.
You can add one yourself here.
We don't have any YouTube videos related to Extract class yet.
You can add one yourself here.
We don't have any PDF documents related to Extract class yet.
You can add one yourself here.
We don't have any Books related to Extract class yet.
You can add one yourself here.
We don't have any archived web articles related to Extract class yet.
Further reading
- Fowler, Martin (1999). Refactoring. Improving the Design of Existing Code. Addison-Wesley. ISBN 0-201-48567-2.
- http://www.refactoring.com/catalog/extractClass.html