Design Patterns in Java
Creational :
Creational design patterns are used to design the
instantiation process of objects.
1> Prototype Design Pattern
The Prototype design pattern is used to specify the kinds of objects
to create using a prototypical instance,
and create ...
ninjawarrior.hashnode.dev15 min read