Mid GoF Patterns

Fluent Interface:?

  • By using the builder, you can add more ingredients or properties in a fluent

manner (i.e., chaining method calls), which can make the code cleaner and

more readable.

More from Design Patterns in C#

All questions for this course