Q:

What are the drawbacks for singleton class

0

What are the drawbacks for singleton class?


  1. Many languages do not allow classes to be values assignable to variables.
  2. Singleton classes can be subclassed, and the singleton factory method can return a sub-class instance
  3. Classes can easily replace only single instances
  4. All of the internship

Answers

D. All of the internship

total answers (1)