Problem #864 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class called "Airplane" with a flight number, destination, and departure time attributes, and methods to check flight status and delay.

Your Solution