Object oriented design for a Restaurant
thought-works: Object oriented design for a Restaurant
Design a Restaurant Reservation system
Problem State
- in a restaurent there are different tables (say x in no) of different capacities .
- we can book a table of capacity n for m people (m<=n);
- a table can be booked only if there is suitable time difference between two bookings
- booking can be done only for particular no of hours for which Restaurant opens