Frage im Vorstellungsgespräch bei Redolent

what is singleton pattern??

Antwort im Vorstellungsgespräch

Anonym

5. März 2015

The singleton is a design pattern that allows one to check for the existence of an object; if found, return that object, if not create a new instance, or it is possible to all for different instances to share state.