Pregunta de entrevista de Rakuten

what is singleton?

Respuestas de entrevistas

Anónimo

8 sep 2015

its a design pattern that restricts the instantiation of a class to one object. used when exactly one object is needed to coordinate action across the system

Anónimo

6 ene 2018

Code statement?