(Whiteboard) implement a singleton class in pseudo code.
Anonymous
3 things are needed. A private constructor, a variable to hold the instance of the class, and a static method to access the instance.
Check out your Company Bowl for anonymous work chats.