Mid GoF Patterns

Separation of Construction and Representation:?

  • The Builder Pattern separates the construction of a complex object from its

representation. You can change the construction process without changing

the way the object is represented or structured.

More from Design Patterns in C#

All questions for this course