Air Company In most cases,the best way to get to your destination quickly and easily is to travel by plane. In large airlines there is an incredibly large base of planes, and it's impossible to control all of these without the interference of kopms.
Our program will allow you to manage the data on ticket sales and air travel. That is, the user has the opportunity to create an order for the first flight, to enter information in the database or edit it.
What kind of information can the user enter and what is the database? The database contains information directly on the aircraft, regular passengers, aircraft flights, airplanes and airports to which these aircraft arrive and depart. This information can either be entered by the user, or edited by the user.
How to do this we will describe later.
Briefly about program code. The user accesses all necessary information through classes. Class Passenger Using this class you can access information about the passengers ("name, surname, sex, nationality, series and passport number, mobile phone number). Class Airplane Using this class you can access information about the name of the aircraft and the number of seats in the cabin. Class Place Using this class you can access the information about the place number and the availability of a place free or not. Class Flight One of the most important classes in the program, because through it you can access information about the date, time, place of arrival or departure. Class Airport Using this class you can access information about the name of the airport, the country and city where it is situated.