Please implement a software for a Coffee House using Object Oriented Programming. If you are not familiar or
comfortable with object-oriented programming, we suggest you give this article a quick read to ensure you
understand it before you attempt it.
It should have the following features:
- Allow users to order a coffee from Espresso, Cappuccino, Latte.
- Allow users to specify add-ons: Milk, Cream, Latte
Prices for the available options are as follows
Product/Add-on Milk Cream Latte
Espresso 60 75 100
Cappuccino 80 90 125
Latte 100 125 150