Rakuten interview question

what is singleton?

Interview Answers

Anonymous

8 Sept 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

Anonymous

6 Jan 2018

Code statement?