Write a C++ program in which each flight is required to have a date of departure, a time of departure, a date of arrival and a time of arrival. Furthermore, each flight has a unique flight ID and the information whether the flight is direct or not.Create a C++ class to model a flight. (Note: Make separate classes for Date and Time and use composition).add two integer data members to the Flight class, one to store the total number of seats in the flight and the other to store the number of seats that have been reserved. Provide all standard functions in each of the D
Need:
Make a class diagram of your Design. (Note: You may use any of the online tools e.g. https://online.visual-paradigm.com/ to create the class diagram).
Problem:
Write a C++

Step by step
Solved in 2 steps









