Pergunta de entrevista da empresa Morgan Stanley

What is singleturn?

Resposta da entrevista

Sigiloso

2 de out. de 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