Question: Object oriented programming: Create project and implement in object C + + an application to Management the air traffic. It should contain a set of

Object oriented programming:
Create project and implement in object C++ an application to Management the air traffic. It should contain a set of classes representing airports, airplanes, air traffic control, etc. The implemented methods should allow flight planning, searching for connections, etc. The program should display a menu that will allow to perform mentioned operations. All the data needed should be storaged in external text files.
Implement all this classes
AirTrafficManagement/
main.cpp
Airport.h
Airport.cpp
Airplane.h
Airplane.cpp
Flight.h
Flight.cpp
AirTrafficControl.h
AirTrafficControl.cpp
Menu.h
Menu.cpp
airports.txt
airplanes.txt
flights.txt
And explain how to run the program and how to export and import the data
 Object oriented programming: Create project and implement in object C++ an

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!