Question: Creating A flight UML class Flight { public int FlightNumber { get; set; } public string Origin { get; set; } public string Destination {
Creating A flight UML
class Flight
public int FlightNumber get; set;
public string Origin get; set;
public string Destination get; set;
public int MaxSeats get; set;
public int CurrentPassengers get; set;
class Customer
public string Name get; set;
public int FlightNumber get; set; Link to the flight
static void ShowMenu
Console.WriteLineFlight Reservation System";
Console.WriteLine Add Flight";
Console.WriteLine View Flights";
Console.WriteLine Add Customer to Flight";
Console.WriteLine View Bookings";
Console.WriteLine Exit";
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
