Prototype

Home > Computer Science > Software Engineering > Software design patterns > Prototype

The Prototype pattern allows the creation of objects by cloning an existing object and modifying its properties, without calling their constructors.