Briefing Zend Knowledge

The purpose of the singleton pattern is to..

The purpose of the singleton pattern is to…

A.
…create applications that only a single user may use.

B.
…have just one single instance of an object in the entire application.

C.
…have only one instance of each object in a collection of objects.