Adobe Interview Question

Describe a singleton?

Interview Answers

Anonymous

Oct 16, 2019

Found excellent read: bit.ly/faang100

Anonymous

Apr 30, 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