Salut ! Ma puteti ajuta si pe mine va rog la acesta problema ? lucrez la sololearn c# si am intampinat aceasta problema ,nu ii dau de cap
Derived Class Constructor & Destructor
You are the airport administrator responsible for setting flight statuses.
At first the flight program was showing only "Registration" and "Closed" statuses, but we need to expand it to give more detailed information.
Derive WayStatus class from Flight class and complete its
1. constructor, to output "On the way"
2. destructor, to output "Landed"
so that the program correctly outputs all the statuses of the flight.