Question: CS 2 3 1 - Data structures TEAM PROJECT Implement a C + + program for a RESTAURANT that has multiple branches, and each branch
CS Data structures
TEAM PROJECT
Implement a C program for a RESTAURANT 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 available quantity 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.
tableClass Names,Data and Member Functions Food,tableData Members:ID Name, Calories, PriceMember Functions:getID getName, getCalories, getPricesetID setName, setCalories, setPrice Stock,tableData Members:ID Food, StockMember Functions:getID getFood, getStocksetID setFood, setStock Customer,tableData Members:ID Name, PhoneMember Functions:getID getName, getPhonesetID setName, setPhoe Menu,tableData Members:ID Name, foodListMember Functions:getID getName, getFoodListsetID setName Branch,tableData Members:ID Address, menuList, stockList, customerListMember Functions:getID getAddress, getMenuList, getStockList, getCustomerListsetID setAddress
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
