Question: IN C++: Create a class called Plane , to implement the functionality of the Airline Reservation System. Write an application that uses the Plane class

IN C++:

Create a class called Plane, to implement the functionality of the Airline Reservation System.

Write an application that uses the Plane class and test its functionality.

Write a method called CheckIn() as part of the Plane class to handle the check in process

Prompts the user to enter 1 to select First Class Seat (Choice: 1)

Prompts the user to enter 2 to select Economy Seat (Choice: 2)

Assume there are only 5-seats for each First Class and Economy

When all the seats are taken, display no more seats available for you selection

Otherwise it displays the seat that was selected.

Repeat until seats are filled in both sections

Selections can be made from each class at any time.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!