Singleton Pattern - Common Uses

Common Uses

  • The Abstract Factory, Builder, and Prototype patterns can use Singletons in their implementation.
  • Facade Objects are often Singletons because only one Facade object is required.
  • State objects are often Singletons.
  • Singletons are often preferred to global variables because:
    • They do not pollute the global name space (or, in languages with namespaces, their containing namespace) with unnecessary variables.
    • They permit lazy allocation and initialization, whereas global variables in many languages will always consume resources.

Read more about this topic:  Singleton Pattern

Famous quotes containing the word common:

    At the next town
    the local princess was having a contest.
    A common way for princesses to marry.
    Fifty men had perished,
    gargling the sea like soup.
    Anne Sexton (1928–1974)

    Nothing is more repugnant to me than brotherly feelings grounded in the common baseness people see in one another.
    Milan Kundera (b. 1929)