Sunday, May 13, 2007

Singleton

ensure a class only has one instance and provide a global access point

in java: private constructor, static method with static variable

eg. choco-o-holic

real-world:
- VB form instance

No comments: