The above diagram has seven classes. The guest class is for the guess’ information. The room class is the parent class of two child classes which are NormalRoom and VIPRoom. The receptionist class is for the attributes of the receptionist. The booking class has the information of all the bookings. The admin class is for the admin of the hotel.