This chapter covers the Prototype pattern.
GoF Definition
It specifies the kinds of objects to create using a prototypical instance and creates new objects by copying this prototype.
Concept
You may need some resources to make an instance, but these ...