개발방법론/모델링/Refactoring

Replace Inheritance with Delegation

아름프로 2003. 8. 2. 15:11

Replace Inheritance with Delegation


A subclass uses only part of a superclasses interface or does not want to inherit data.

Create a field for the superclass, adjust methods to delegate to the superclass, and remove the subclassing.




For more information see page 352 of Refactoring




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:27)