팩토리 메소드 패턴

Develop/JAVA

Java 디자인 패턴 네번째 이야기 - 팩토리 메소드 패턴(Factory Method Pattern)

[목차] 1. Factory Method Pattern - 팩토리 메소드 패턴이란? 2. Factory Method Pattern은 왜 사용하는 것일까? 3. 구현하기 전에 알아보자! 4. 팩토리 메소드 구현방법(예제 활용) 5. 결론 | Factory Method Pattern - 팩토리 메소드 패턴이란? The factory method pattern is a 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. This is done by creating ..

skyey94
'팩토리 메소드 패턴' 태그의 글 목록