0% found this document useful (0 votes)
28 views3 pages

Object Oriented Programming Final Project Proposal

This document proposes a railway reservation system project developed in C++. The system allows passengers to reserve seats on trains, cancel reservations, view their passenger information and reservation status, and check available seats. It uses object-oriented programming concepts like classes, inheritance, and functions. The menu-driven system provides five options: reservation, cancellation, viewing passenger information, checking available seats, and exiting. The system reserves and deletes entries in the database but does not implement full train scheduling for simplicity.

Uploaded by

Chudary Ateeq
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Object Oriented Programming Final Project Proposal

This document proposes a railway reservation system project developed in C++. The system allows passengers to reserve seats on trains, cancel reservations, view their passenger information and reservation status, and check available seats. It uses object-oriented programming concepts like classes, inheritance, and functions. The menu-driven system provides five options: reservation, cancellation, viewing passenger information, checking available seats, and exiting. The system reserves and deletes entries in the database but does not implement full train scheduling for simplicity.

Uploaded by

Chudary Ateeq
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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