Domanda di colloquio di Morgan Stanley

What is singleturn?

Risposta di colloquio

Anonimo

2 ott 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