Replace Inheritance with Delegation
Create a field for the superclass, adjust methods to delegate to the superclass, and remove the subclassing.
![](http://www.refactoring.com/catalog/repInherWithDel.gif)
For more information see page 352 of Refactoring
***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:27)