previous
|
start
|
next
The SINGLETON Pattern
Context
All clients need to access a single shared instance of a class.
You want to ensure that no additional instances can be created accidentally.
previous
|
start
|
next