Question d’entretien chez Morgan Stanley

What is singleturn?

Réponse à la question d'entretien

Utilisateur anonyme

2 oct. 2015

I think you meant singleton. Singleton design pattern ensures that a class has only one instance, and provide a global point of access to it. It is encapsulated "just-in-time initialization" or "initialization on first use".

1