Mid SOLID

How does the Command pattern work?

Encapsulates a request as an object with methods to execute and possibly undo the

operation. The invoker calls commands without knowing the action details, supporting

decoupling and flexible request handling.

More from Design Patterns in C#

All questions for this course