Skip to content
#

prototype-pattern

Here are 78 public repositories matching this topic...

Unity-Programming-Patterns
Design_Patterns_Paint

Prototype pattern is one of the Creational Design pattern, so it provides a mechanism of object creation. Prototype pattern is used when the Object creation is a costly affair and requires a lot of time and resources and you have a similar object already existing. So this pattern provides a mechanism to copy the original object to a new object and then modify it according to our needs. This pattern uses Java cloning to copy the object.

  • Updated Dec 9, 2018
  • Java

Improve this page

Add a description, image, and links to the prototype-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prototype-pattern topic, visit your repo's landing page and select "manage topics."

Learn more