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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub