The Command design pattern decouples sender from receiver.
The Chain of Responsibility design pattern chains different classes inside each other to create a chain of escalation. An appeal to the chain makes the right handler answer the call.
The Command design pattern decouples sender from receiver.
The Chain of Responsibility design pattern chains different classes inside each other to create a chain of escalation. An appeal to the chain makes the right handler answer the call.