Computer Science, asked by robinaarif436, 15 days ago

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 vp840889
0

Answer:

________________________

Similar questions