Software Design with UML You are designing a restaurant reservation system and you are told the following specs below: -
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Software Design with UML You are designing a restaurant reservation system and you are told the following specs below: -
Software Design with UML You are designing a restaurant reservation system and you are told the following specs below: - In a restaurant, there are multiple tables with varying seating capacities - A table of a seating capacity of n can be booked for m people of a group if m<=n - A minimum T duration is needed to clean the table; therefore a table can be re-booked for the same day only if there is a minimum T duration between 2 bookings - Reservation of a table can only be made in the restaurant's fixed operation hours - When a reservation is cancelled, the table immediately becomes available for reservation 1. Describe (in text) the classes you need in your design, and their relationships (5pt) Hint: what are the objects? What are the associations between objects? Can a framework be designed for other similar applications? 2. Draw UML to illustrate your design (5pt)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!