Factory Method Pattern
1. https://bcp0109.tistory.com/367
2. https://refactoring.guru/ko/design-patterns/factory-method
3. https://inpa.tistory.com/entry/GOF-%F0%9F%92%A0-%ED%8C%A9%ED%86%A0%EB%A6%AC-%EB%A9%94%EC%84%9C%EB%93%9CFactory-Method-%ED%8C%A8%ED%84%B4-%EC%A0%9C%EB%8C%80%EB%A1%9C-%EB%B0%B0%EC%9B%8C%EB%B3%B4%EC%9E%90
💠 팩토리 메서드(Factory Method) 패턴 - 완벽 마스터하기
Factory Method Pattern 팩토리 메소드 패턴은 객체 생성을 공장(Factory) 클래스로 캡슐화 처리하여 대신 생성하게 하는 생성 디자인 패턴이다. 즉, 클라이언트에서 직접 new 연산자를 통해 제품 객체를
inpa.tistory.com
팩토리 메서드 패턴
/ 디자인 패턴들 / 생성 패턴 팩토리 메서드 패턴 다음 이름으로도 불립니다: 가상 생성자, Factory Method 의도 팩토리 메서드는 부모 클래스에서 객체들을 생성할 수 있는 인터페이스를 제공하지
refactoring.guru
Factory 패턴 (2/3) - Factory Method (팩토리 메서드) 패턴
1. Overview Factory 패턴은 객체 생성과 관련된 디자인 패턴입니다. 1편에서 봤던 Simple Factory 는 객체 생성 역할을 담당하면서 각 클라이언트에서 구현 클래스에 직접 의존하지 않도록 분리했습니다.
bcp0109.tistory.com
'Software Development > SW Architecture' 카테고리의 다른 글
SOLID Principle & Component Design Principles (0) | 2024.07.21 |
---|---|
Command Pattern (0) | 2024.07.08 |
Tactics and Patterns for Software Robustness (0) | 2024.06.28 |
CQRS Pattern에 대한 자세한 설명 (0) | 2024.06.28 |
Event Driven Architecture (EDA) (0) | 2024.06.28 |