Mid GoF Patterns

Dynamic Chain Configuration:?

  • The chain of responsibility can be dynamically configured by adding or

removing handlers at runtime. This makes it flexible to change the behavior of

the system without modifying the request-handling code.

More from Design Patterns in C#

All questions for this course