/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.

Primary LanguageJava

No issues in this repository yet.