Skip to content
KenWang edited this page Mar 16, 2015 · 5 revisions

###Intent: Ensure a class has only one instance, and provide a global point of access to it.

###Structure: ###Use Singleton Pattern: ###Reference http://en.wikipedia.org/wiki/Singleton_pattern

Clone this wiki locally