Question d’entretien chez Northrop Grumman

What is the singleton design pattern?

Réponse à la question d'entretien

Utilisateur anonyme

18 déc. 2020

Design pattern where only a single instance of an object will be instantiated, which is enforced via private constructors.

1