Multiple choice technology architecture

There is no method of implementing a Singleton class that permits inheritance.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Design pattern principles show that it is entirely possible to implement a Singleton class that allows subclassing and inheritance, typically by using protected constructors or registry patterns.