Pregunta de entrevista de TRMI Systems Integration

(Whiteboard) implement a singleton class in pseudo code.

Respuesta de la entrevista

Anónimo

24 de mar de 2022

3 things are needed. A private constructor, a variable to hold the instance of the class, and a static method to access the instance.