DEV Community

Cover image for Prototype Pattern | Design Patterns in Java
coder4life
coder4life

Posted on

Prototype Pattern | Design Patterns in Java

Java implementation of the Prototype Pattern, with which you can clone full objects. This is implementation of the Cloneable interface in Java but it could have to achieve the same goal of cloning objects.

Top comments (0)