Design Pattern, Prototype
Object Creational Pattern Prototype Pattern ----------------- INDEX ----------------- Prototype Pattern ? Structure Sample Code: Java java.lang.Cloneable 관련 패턴 ---------------------------------------------- Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype. - GoF Design Patterns 프로토타입 패턴은 원본 인스턴스로 생성할 객체의 유형을 결정하고, 원본을 복제하여 새 객..
2022.02.17