0 votes
in Design Patterns by

How to prevent cloning of a singleton object?

1 Answer

0 votes
by

Throw exception within the body of clone() method.

Related questions

0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson
...