Question: Please could help to do this project wirtout array. Dont use an array Create a Restaurant Order system. Create an abstract class called MenuItem .
Please could help to do this project wirtout array. Dont use an array
Create a Restaurant Order system.
Create an abstract class called MenuItem.
Name of the item
Description of the item
Price
Create an Appetizer that is derived from MenuItemCreate a Soup that is derived from Appetizer
Create three types of soups for your restaurant
Create a Salad that is derived from Appetizer
Create four types of salads for your restaurant
Every salad has options for types of dressing.
Create an Entre that is derived from MenuItemAn Entre include a main course
Have at least three courses to choose from
Give options of bread and two vegetable items
An Entre item also has special instructions from the patron
Create a Dessert that is derived from MenuItem
Create two dessert options for your restaurant
Create a Drink that is derived from Menuitem
Create at least three drinks that can be ordered
Create a Meal class
Table number
Seat number
Drink
Appetizer
Entre
Dessert
The program should take an order for a patron. Nothing is required, but this system only allows one choice in each category.
Print an order for the bar that lists the table, seat and drink ordered.
Print an order for the kitchen that lists the table, set, and each item ordered, along with any special instructions.
Print a bill for the customer that lists the table, items ordered, their price.
Total the prices and add a 5.5% sales tax and a 2% restaurant tax
Give suggested tip amounts of 15%, 18%, and 20%
Turn in your project directory from NetBeans when completed by the due date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
