3
Good afternoon.
Follow the question about class diagram with the diagram I was able to do.
Describe the class diagram for a simple room reservation and occupancy system for a hotel. The system must store reservations made by an employee of one or more rooms for a particular customer. The employee should be able to check if a room is busy or not, enter or change a customer’s data, make a room reservation for a client. Consider the attributes of all classes as private. Each client and employee must have: name, ID, address, telephone. The customer must still have a field which stores the amount of occupations already carried out by it. A room may be simple or luxury and should indicate the number of beds and the type of each of them (single or couple).
Is the representation correct? I had great difficulty adding the methods, the ones I added in the Client and Room class are correct? There are others to add?
Thank you!