Command
Term side of the Card
Topic: Behavioral Patterns
Unit title: Command
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that turns a request into an object, allowing the parameters to be passed, stored and executed at a later time. It decouples the sender and receiver of the request, promoting flexibility and extensibility.