Which of the following are the consequences for Command pattern
- Event-driven design is facilitated
- Making event-handling code easy to find, change, and reuse
- The invoker is loosely coupled to both the command and client classes,making them easy to change
- All of the mentioned