Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi, please give a detailed answer and I will thumbs up. Thanks! USE C++ programming language Q2. (25 marks) Create a class called Flight that
Hi, please give a detailed answer and I will thumbs up. Thanks!
USE C++ programming language Q2. (25 marks) Create a class called Flight that contains information about the flight of the airline company. A flight is identified by: a flight id (string), departure time (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 constructors Necessary setters and getters A function that prints information about a flight A destructor Deliverables: flight.h, flight. cpp, testflight.cpp
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started