Extract class

From Infogalactic: the planetary knowledge core
(Redirected from Extract Class)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

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.

Further reading