Mid GoF Patterns

Single Instance:?

  • The Singleton class (ConfigurationManager) only allows one instance to

be created. The instance is stored in the static _instance field, ensuring

that only one object exists.

More from Design Patterns in C#

All questions for this course