본문 바로가기
공부/Object-Oriented Design Pattern

[OODP] Strategy Pattern (전략 패턴)

by 혼밥맨 2021. 3. 28.
반응형

전략 패턴 (Strategy Pattern) 한글 설명

victorydntmd.tistory.com/292

 

[디자인패턴] 전략 패턴 ( 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

 

반응형

댓글