PYTHON!!!
Make this UML class diagram into a program
• Explain the major parts of your code and how it works. For example, detailing the classes and how objects are handled in your program. It is best to provide screenshots of your code here.
• Provide a demonstration of your program. Screenshots with explanations will accomplish this task
[comments/suggestions
Employees
+id: int
+date: date
+comment/suggestion: string
+review: string
manage comments/suggestions
Customer
+id: int
+orderCount: int
+favoriteFood: string
+phoneNumber: string
+email: string
+updateInformation(): void
Overall Satisfaction
+time: datetime
+ratingStars: int
Order
+id: int
+orderStatus: string
Kitchen manager
+orderList: list
+password: string
+checkInventory(): void
Pizza & Wings Restaurant
CEO
+id: int
+phoneNumber: string
+email: string
+id: int
+name: string
+password: string
+newEmployee(): void
+nowUsername(): void
+email: string
+Restaurant
+newItem(): void
Order Menu Item
Menu Item
+id: int
+name: string
+price: float
+description: string
+updatePrice(): void
+updateDescription(): void
Menu
+price: float
+totalAmount: float
+id: int
+title: string
+description: string
+menuItem(): void
Menu Item Rating
+id: int
+time: datetime
manage item rating