[Design Pattern] Behavioral Patterns - Command
๐ Behavioral Pattern
: Handles effective communication and responsibility assignment between objects.
๐ What is the Command Pattern?
It is a pattern that encapsulates the behavior (methods) of an object into a class.
When an object (A) wants to ...
siwonlog.hashnode.dev5 min read