Prototype pattern
- 14th Feb 2018
- 0
- 6929
- prototype design pattern in java prototype design pattern in java with example prototype pattern - Creational pattern example what is prototype design pattern When to use prototype design pattern?
Prototype pattern overview It is one of the creational design patterns in Java as it is used to create an object. This pattern helps in creating objects based on the template of an existing object using cloning. Instead of creating an object from scratch each and every time, we can create the copies of original […]