Yeah.. I know.. I'm a simpleton.. So what's a Singleton?

前端 未结 8 820
囚心锁ツ
囚心锁ツ 2020-12-05 00:47

I\'ve tried a few times to understand what a Singleton is. Perhaps I\'m just too visual.. so can anyone break it down in a simple analogy.

Similar Posts:

8条回答
  •  再見小時候
    2020-12-05 00:54

    Besides its place as a particular design pattern, singletons can also be thought of as simply one thing. Its use in programming no doubt derives from its use in mathematics, where a singleton is a set of just one number.

提交回复
热议问题