0 votes
in Design Patterns by (7.4k points)

How to prevent cloning of a singleton object?

1 Answer

0 votes
by (7.4k points)

Throw exception within the body of clone() method.

...