Context: |
|
||||
Challenge: |
|
||||
Skill: |
|||||
Participants: |
|
||||
Signature: |
Added static instance method, static singleton instance, private constructor and possibly destructor. |
||||
Known issues: |
|
||||
Used by: |
Factories, flyweights, dispatchers and similar globally available resource-management and synchronization mechanisms. |
||||
Sources: |
GOF, Meyers. |
||||
Scope: |
Languages that do not support modularity. |