0 votes
in Design Patterns by

Can we create a clone of a singleton object?

A - true

B - false

1 Answer

0 votes
by

true. It is possible to get a clone of singleton object. Throw exception within the body of clone() method to prevent cloning.

Related questions

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