BrijeshSaxena/design-pattern-prototype
The Prototype pattern is used when we need to create a number of instances of a class and each instance has almost same state or has very little difference.
Java
No issues in this repository yet.
The Prototype pattern is used when we need to create a number of instances of a class and each instance has almost same state or has very little difference.
Java
No issues in this repository yet.