Hollywood Principle1 [디자인패턴] Template method pattern (템플릿 메소드 패턴) Purpose of Template method Pattern (템플릿 메소드 패턴의 목적) - Identifies the framework of an algorithm, allowing implementing classes to define the actual behavior. - 실제 동작을 정의하기 위해 클래스를 구현할 수 있도록 알고리즘의 프레임워크 구성하는 데 사용 Design Principle (디자인원칙) - Hollywood Principle : Don't call us, we'll call you - High level component --call--> low-level component → "프레임워크(framework)에서 흔히 적용되는 설계원칙으로, 저수준(low-level) 구성.. 2022. 8. 28. 이전 1 다음