TICKETING RESERVATION SYSTEM
2.0 THE COURSEWORK OVERVIEW
You are required to develop an application which will be used for a ticket reservation system for a travel agency so that staff can book flight for their passengers. This application will be used by the administrators, staff, and passenger. The main purpose of this application is to simulate a ticketing reservation system for a small travel agency.A supporting document is needed to reflect the design of the implementation codes and the implementation details that utilises the object oriented programming concepts.
3.0 OBJECTIVES OF THIS COURSEWORK * Develop the practical ability to describe, justify, and implement an object oriented system. * Research and present a contemporary Object-oriented topic
4.0 LEARNING OUTCOMES
At the end of this coursework, you should be able to: * Develop hands-on programming skill in developing C++ systems * Design and implement Object-oriented systems * Research and present a contemporary Object-oriented topic
5.0 TYPE * Individual Assignment 6.0 COURSEWORK DESCRIPTION
This is a description of Ticket Reservation office, where any user of the system has its own user name and password. The agency has 2 type of employee: staff and administrator each with specific operations.
Staff operation:
The ticket reservation agency assistant can use the system to: * Reserve tickets. * Query for suitable flight. * Modify reservation. * Cancel reservation.
When reserve ticket option is chosen, the assistant will ask passenger(s) for the following: * Departure and destination information (city, airport , …) * Date and time of the flight * Type of the flight (One-way or Return) * Type of class (first class ,second …) * Number of tickets (for adults and children ) * Personal information for each person (name, age ,…)
Before insertion personal information, the system checks
References: The theory was first propounded in 1970 (Larsen, A.E. 1971), but since then has been refuted; M.K. Larsen (1983) is among those most energetic in their opposition………. * Following source code obtained from (Danang, S.N. 2002) */ Danang, S.N., 2002, Finding Similar Images [Online], The Code Project, *Available from http://www.codeproject.com/bitmap/cbir.asp, [Accessed 14th *September 2006]