Mid GoF Patterns

Global Access:?

  • The Instance property provides global access to the single instance of the

class. This property ensures that no new instances are created, and the same

instance is returned every time.

More from Design Patterns in C#

All questions for this course