Adobe interview question

Describe a singleton?

Interview Answers

Anonymous

16 Oct 2019

Found excellent read: bit.ly/faang100

Anonymous

30 Apr 2016

I told them it was a global object instance for a class. I also talked about how it is implemented as a static value with a private constructor. I probably went into an example of when I'd used it in the past.

1