You are on page 1of 12

BUS RESERVATION

SYSTEM
ROLL NAME GR NO.
NO.
28 Punamtanvi Kshatriya 11810462

35 Shivani Mukunde 11801612

44 Preeti 11811321

46 Shreerang Rathodkar 11810110


INTRODUCTION
 Provides the facility to book the
ticket.

 Check the availability of seats.

 Check the available buses.

 Prints the booked ticket.


MODULES
 Reservation Module

 Administration Module

 Passenger Module
RESERVATION MODULE
 Firstly register passenger details

 Can book N number of tickets

 Printout of the ticket


Booking Passenger
Class search- to search char firstname[60];
bus char lastname[60];
Class mytime- select time char address[60];
Class local:public booking char id_no[60];
– local bus booking
Class outstation:class Class passenger
booking – outstation bus void getdata()
booking
System

Print Ticket
class booking
void show()
print ticket
Bus Reervation
System
Fill Details

Select
Destinatio
n

Select
Time

Check Availability of
Book Ticket
seats
ADMINISTRATION MODULE
 Create and maintain the site.

 View passenger list.

 View number of seat available.

 Save the ticket details in the file.


PASSENGER MODULE

 Book local and outstations tickets

 Special Quota for ladies

 Choose the time


CONCEPTS USED

 Classes

 class mytime
 class passenger
 class booking
 class search
 class local
 class international
 class main
CONCEPTS USED

• Objects
• File Handling
CONCLUSION

 Make passengers life easy.

 Passengers don’t need to stand in


queue for tickets.

 Easily make bus reservation.

 Build any application/website.

You might also like