1.

WHAT_ARE_THE_DRAWBACKS_FOR_SINGLETON_CLASS??$

A. Many languages do not allow classes to be values assignable to variables.
B. Singleton classes can be subclassed, and the singleton factory method can return a sub-class instance
C. Classes can easily replace only single instances
D. All of the internship
Answer» E.


Discussion

No Comment Found