This is another class diagram, which has seven classes. The classes are Guest, Visitor, Receptionist, booking, Rooms, Admin members and Manager. The Guest class has the information of books. The Visitor class is the parent class of child class Guest. The Admin class contains the information of admin. The Receptionist class contains the information of Receptionist. The booking class has the information of all the bookings. The manager class is for the manager who can manage the hotel. The room class has the data member and member functions for the rooms.