반응형
전략 패턴 (Strategy Pattern) 한글 설명
[디자인패턴] 전략 패턴 ( Strategy Pattern )
전략 패턴 ( Strategy Pattern ) 객체들이 할 수 있는 행위 각각에 대해 전략 클래스를 생성하고, 유사한 행위들을 캡슐화 하는 인터페이스를 정의하여, 객체의 행위를 동적으로 바꾸고 싶은 경우
victorydntmd.tistory.com
전략 패턴 (Strategy Pattern) 영어 설명
refactoring.guru/design-patterns/strategy
Strategy
The Strategy pattern lets you isolate the code, internal data, and dependencies of various algorithms from the rest of the code. Various clients get a simple interface to execute the algorithms and switch them at runtime. The Strategy pattern lets you do a
refactoring.guru
반응형
'공부 > Object-Oriented Design Pattern' 카테고리의 다른 글
Java RMI (Remote Method Invocation)을 알아보자 (0) | 2021.04.03 |
---|---|
[OODP] Singleton Pattern (싱글톤 패턴) (0) | 2021.04.01 |
[어댑터 패턴] Class Adaptor vs. Object Adaptor (0) | 2021.03.27 |
중재자 디자인 패턴 (Mediator Design Pattern) (0) | 2021.03.20 |
템플릿 메소드 (Template Method) 란 (0) | 2021.03.20 |
댓글