Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need this to be solved by using file handling and all the codes related to this question on internet are not correct so kindly answer

need this to be solved by using file handling and all the codes related to this question on internet are not correct so kindly answer it accordingly
image text in transcribed
11 You are to develop a C++ code for an airline's online ticket booking system. The code should be user-friendly to allow the customer to easily initiate a new booking view his existing booking, or cancel it. On the other hand, the code also allows the airline managers to add or update information on wailable flights, and perform other clerical tasks (like checking the number of booking, passenger information, etc.). For simplicity, the code does not need to implement the functionality of a payment (just entering the PAY string is enough) The problem is very open-ended, meaning you can use any of the concepts lewnt in the course to implement different additional functionalities to your code (and earn bonus points) Use concepts like class inheritance, friend classes, constructors, private data, arrays. etc to add better structure to your code. For example, your definitions of Manager and Customer class can inherit from a person class. The code should fulfill the following functionalities Have 2 different levels of authentications Manager and Customer . Both Manager and Customer should have the following attributes name, user id. and password Details of all registered users should be saved in a thers excel file. All excel file can be implemented as excel files of mentioned names. Manager: Manager can sign in and logout only. No sign up required for managers (these users should already exist in the users list). sample manieren bekend is UK123 New flights are added to the Flights database by the Managers. The Night information should contain enough attributes to distinctly identify it. A manager can access information about all flights listed in the system Customer Needs to sign up with a smame and password Uses the credentials saved at sign up to log in and start a new session. The session starts with the display of the customer console view, where he can view existing bookings, cancel a booking or make a new booking A new booking is made on the available list of flights. Seats can be booked for multiple passengers in a single booking. All details on a new booking should be saved in the Booking file. Customer should be able to cancel an existing booking from his console view Make additional classes, as you deem necessary to facilitate a proper functioning of the ticket reservation software. Additional points will be awarded to more interactive console screen design

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 9 For Linux UNIX And Windows Advanced Database Administration Certification Certification Study Guide

Authors: Roger E. Sanders, Dwaine R Snow

1st Edition

1583470808, 978-1583470800

More Books

Students also viewed these Databases questions

Question

11. Identify the apotheosis in Indiana Jones and the Last Crusade.

Answered: 1 week ago

Question

What is Larmors formula? Explain with a suitable example.

Answered: 1 week ago