[go: up one dir, main page]

0% found this document useful (0 votes)
242 views2 pages

Objective of Java Project On Hotel Booking System: Group Members

The document describes a Java project on a hotel booking system that manages booking details for customers, hotels, payments and rooms, and tracks information about bookings, services, and payments. It lists functionalities like searching, managing customer and booking information, and integrating room records. It then describes the classes created for the project, including classes for arrival, hotel, reservation, bills with and without transport, and transport, and the variables and methods used in each class.

Uploaded by

Chaudhry Sajid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views2 pages

Objective of Java Project On Hotel Booking System: Group Members

The document describes a Java project on a hotel booking system that manages booking details for customers, hotels, payments and rooms, and tracks information about bookings, services, and payments. It lists functionalities like searching, managing customer and booking information, and integrating room records. It then describes the classes created for the project, including classes for arrival, hotel, reservation, bills with and without transport, and transport, and the variables and methods used in each class.

Uploaded by

Chaudhry Sajid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Group members:

1. Abdurrahman Tahir 27439


2. Muhammad Fawad 32034
3. Saad Ali Zafar 32485

Report
Hotel Bookings With Transport And Without Transport
Objective Of Java Project On Hotel Booking System
The main objective of the Java Project on Hotel Booking System is to manage the details of
Booking. Customers,Hotel. Payments, Rooms. It manages all the information about Booking,
Services, Rooms, Booking. The project is totally built at administrative end and thus only the
administrator is guaranteed the access. The purpose of the project is to build an application
program to reduce the manual work for managing the Booking, Customers, Services, Hotel. It
tracks all the details about the Hotel, Payments, Rooms.

Functionalities Provided By Java Project On Hotel


Booking System Are As Follows:
 Provides the searching facilities based on various factors. Such as Booking, Hotel,
Payments, Rooms.
 College Management System also sells the employees details online for students
details, employees details, courses.
 It tracks all the information of Customers, Services, Payments etc.
 Manage the information of Customers.
 Shows the information and description of the Booking, Hotel.
 To increase efficiency of managing the Booking, Customers.
 It deals with monitoring the information and transactions of Payments.
 Manage the information of Booking.
 Editing, adding and updating of Records is improved which results in proper resource
management of Booking data.
 Manage the information of Payments.
 Integration of all records of Rooms.

Report On Hotel Booking System Are As Follows:


We have made this program in the computer asks the user about the reservations
for a hotel and with that the computer also asks the user whether to book the
transport for their arrival to hotel or not.
We have made 7 classes:
1. Inheritance3
This is the main class of the program in which we have used switch
statement to support the number of cases.
We have used if_else loop, do_while loop, for loop, Boolean func.
2. Arrival
In this class we have made an abstract class and we have used super
keyword. We have used setters and getters.
3. Hotel
In this class we have made an abstract class and we have initialized the
variables mostly with int, string and setters and getters.
4. Reservation
In this class we have made an abstract class and we have initialized
variables with int, setters and getters.
5. Total_bill_transport
This class extends transport. In this class we have used int, and override
feature that allows a subclass or child class to provide a specific
implementation of a method.
6. Total_bill_without_transport
This class extends arrival in which we have used int and override.
7. Transport
This is an abstract class which extends arrival in which we have used int,
string setters and getters.

You might also like