Prototype
Term side of the Card
Topic: Creational Patterns
Unit title: Prototype
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that allows cloning of objects by creating new instances based on an existing template. This is useful when object creation is costly or complex and a copy of an existing configuration is needed.