employer cover photo
employer logo
employer logo

TRMI Systems Integration

Is this your company?

TRMI Systems Integration interview question

(Whiteboard) implement a singleton class in pseudo code.

Interview Answer

Anonymous

Mar 24, 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.