Answered You can hire a professional tutor to get the answer.
( 25 marks ) Create a class called Flight that contains information about the flight of the airline company . A flight is identified by : a flight...
Hi, can you please help me with this C++ question about creating a class? Thanks!
Q2. ( 25 marks ) Create a class called Flight that contains information about theflight of the airline company . A flight is identified by : a flight id ( string ) , departuretime ( Time ) , departure date ( Date ) , arrival time ( Time ) , arrival date ( Date ) ,departure city ( string ) , arrival city ( string ).The class should have at least the following member functions :One or more constructorsNecessary setters and gettersA function that prints information about a flightA destructorDeliverables : flight. h , flight . cop , testflight . cop