Question d’entretien chez The Home Depot

What is a Singleton class?

Réponse à la question d'entretien

Utilisateur anonyme

18 mai 2021

A singleton is a class that can only have one Object at a time. Any future instantiations/variables will point to the original Object.

1