You are on page 1of 3

OBJECT ORIENTED PROGRAMMING FINAL PROJECT PROPOSAL

Presented To: MAM SAMABIA TEHSEEN

Group Members Are: ABDUR REHMAN 01-134102-008 MUHAMMAD ATEEQ 01-134102-046 HABIB-UR-REHMAN 01-134102-026 ARBAB SAEED 01-134102-045

RAILWAY RESERVATION SYSTEM


BRIEF DESCRIPTION OF THE SYSTEM: This project introduces railway reservation system. It explains how reservation is being done in Railways. The step by step procedure is explained. This project is developed in c++ language. Some of the header files have been used in this project. Proper comments have been given at desired locations to make the project user friendly. Thos project is well versed with the programming. Railway reservation can easily accompany with the help of this system. This System uses functions; classes (inheritance etc) are used to fulfill all the requirements. The system should be able to reserve seat in a train for a passenger. First the clerk will check for availability for the seats. If it is available then seat will reserve for the passenger. Each passenger will have to create an account by his/her name. The system should be able to cancel a reservation. The System will delete the entries in the system. The passenger can check their reservation status online by entering their name. They are also able to see information about to their reservation. FUNCTIONALITY OF THE PROJECT: This system will have five options in menu. Passenger(user) have the choice to select one of the given option:
1.

Reservation: This is the 1st choice of the system this option allows the passenger to reserve his/her seat after choosing his/her class(business or economy).

2. Cancelation: This is the second option of the system this allows the passenger to cancel his/her seat.

3. Passenger Information: This option will display all the information about the passenger which he/she have entered before.

4. View Available Seats: This option will display the available seats.

5. Exit: To exit the system.

CONSTRAINTS: We are not using the scheduling of the trains, trains names and all the reservation system of the country because it will enhance the complexity of the system.. Thats End Thanks

You might also like