Factory Pattern1 [Design Patterns] (Abstract) Factory Pattern (Abstract) Factory Pattern Factory method를 사용하여 직접적으로 객체 class를 사용하지 않고 객체를 생성하는 생성 패턴 creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class of the object that will be created. Purpose 객체 생성 함수를 노출시키고 subclass가 실제로 생성하도록 하도록 합니다. Exposes a method for creating objects, allowing subclasses to control the actual creation .. 2021. 8. 6. 이전 1 다음