Mid GoF Patterns

Executing Commands:?

  • The TextEditor is responsible for executing the command. It calls the

Execute() method of the command, which in turn delegates the action to

the Document class (the receiver).

More from Design Patterns in C#

All questions for this course