1.

Let us take a basic real-world example, ordering a meal at a fancy restaurant. As the flowgoes, 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 Commandb) A class Order that implements Command interfacec) A class Waiter (invoker)​

Answer»

ANSWER:

________________________



Discussion

No Comment Found