September 2019
Intermediate to advanced
816 pages
18h 47m
English
In a nutshell, the Command pattern is used in scenarios where a command is wrapped in an object. This object can be passed around without being aware of the command itself or the receiver of the command.
A classic implementation of this pattern consists of several classes. In our scenario, we have the following: