Implement a RESTAURANT C++ program: that has multiple branches, and each branch has menus of food items, their stock and a list of customers. A branch may have for example a breakfast menu and lunch menu with different food items, and the stock of each food item in the branch.  Also, the branch will have a list of regular customers and their contact information to contact them for offers and new food items. Clas

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.2: Basic Class Functions
Problem 5E
icon
Related questions
Question

Implement a RESTAURANT C++ program:
that has multiple branches, and each branch has menus of food items, their stock and a list of customers. A branch may have for example a breakfast menu and lunch menu with different food items, and the stock of each food item in the branch. 
Also, the branch will have a list of regular customers and their contact information to contact them for offers and new food items. Class Names Data and Member Functions 
1. Food Data Members: ID, Name, Calories, Price Member Functions: getID, getName, getCalories, getPrice setID, setName, setCalories, setPrice 
2. Stock Data Members: ID, Food, Stock Member Functions: getID, getFood, getStock setID, setFood, setStock 
3. Customer Data Members: ID, Name, Phone Member Functions: getID, getName, getPhone setID, setName, setPhoe 
4. Menu Data Members: ID, Name, foodList Member Functions: getID, getName, getFoodList setID, setName
 5. Branch Data Members: ID, Address, menuList, stockList, customerList Member Functions: getID, getAddress, getMenuList, getStockList, getCustomerList setID, setAddress 
After developing these classes, the following three parts of the project must be implemented: 
Part1: Create the following Linked Lists: 
1. foodList must store Food objects. 
2. stockList that stores Stock objects. 
3. customerList to store Customer objects. 
4. menuList to store Menu objects. 
5. RESTAURANT has branchList to store a Linked list of Branch objects with their menuList, stockList and customerList. 
The main function to test the above classes and data structures must display the following menu to the user: 
Main Menu: 
1. Branches 
2. Food Items 
3. Menus 
4. Customers
 The Submenu under each item of the Main Menu must have the following operations: 
a. Display
 b. Insert 
c. Delete 
d. Modify
 e. Find 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Use of XOR function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning