Error!
Success!

Chain of Responsibility Design Pattern (C#)

0
kicks

Chain of Responsibility Design Pattern (C#)  (Unpublished)

The chain of responsibility pattern is a design pattern that defines a linked list of handlers, each of which is able to process requests. When a request is submitted to the chain, it is passed to the first handler in the list that is able to process it.


Kicked By:
Drop Kicked By: