I have an application that has several classes used for storing application-wide settings (locations of resources, user settings, and such). Right now these classes are just
Singleton will give you an object reference, that you can use all over your app... you will use singleton if you want objects and/or polymorphism...