Let us take a basic real-world example, ordering a meal at a fancy restaurant. As the flow
goes, you give your order (command) to the waiter (invoker), who then hands it over to
the chef(receiver), so you can get food.What you need to implement is;
a) An interface Command
b) A class Order that implements Command interface
c) A class Waiter (invoker)
Answers
Answered by
0
Answer:
________________________
Similar questions