Q.

What are the consequences of applying the GOF Singleton pattern?

A. it introduces thread safety issue when the singleton instance is instantiated on demand
B. the client code can creates multiple instances at run time
C. it reduces of the class hierarchy as compared to the other factory design patterns
D. it makes it easier for a certain family of objects to work together
Answer» A. it introduces thread safety issue when the singleton instance is instantiated on demand
1.2k
0
Do you find this helpful?
1

Discussion

No comments yet