Mid GoF Patterns

Lazy Initialization:?

  • The instance is created only when needed, reducing the overhead of

initialization when the object is not used. This ensures that resources are

used efficiently.

More from Design Patterns in C#

All questions for this course