Monthly Archives: August 2013

Singletons and Factories of Singletons

A Singleton is a design pattern that allows for a One and ONLY One Object instance of a class  to be instantiated within the memory of a process using object oriented programming concepts. Maybe people will ask, well why can’t I use a … Continue reading

Posted in Architecture | 1 Comment