Question: Write in Python the following: Create also a UML class diagram for this question. For this diagram, you can use any tool of your choice.
Write in Python the following:

Create also a UML class diagram for this question. For this diagram, you can use any tool of your choice.
Question 2: Restaurant.py 20 Marks 1. Create a class Restaurant, the _init__(self, Name, Country, City, , BranchNumber, Cuisine Type) method for restaurant should store restaurant name, country, city, its branch number and cuisine type. 2. Create a method DescRestaurant that prints the name, Country, City, BranchNumber and Cuisine type of the restaurant. 3. Create a method Restaurant Timing, the method should print out the opening and closing time of the restaurant. 4. Create two instances of the class Restaurant with two different Names, Country, City, Branch Number and CuisineType then call the DescRestaurant and RestaurantTiming method for each instance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
