Question: create a uml diagram containing all classes flightManager, flight, coordinator, customer, customerManager, BookingManager, Booking 9 internal class FlightHanager private Flight [ ] flightlist; private int

create a uml diagram containing all classes flightManager, flight, coordinator, customer, customerManager, BookingManager, Booking
9 internal class FlightHanager
private Flight[] flightlist;
private int numplight:
private int maxFlight;
public FlightHanager(int max)
{
this.numFlight =0;
this.maxflight = max;
this.flightList = new Flight[max];
public Flight[] getFlightlist() & return this.flightlis
public int gethumflights(){ return this.numFlight; }
public int gethaxFlights(){ return this.maxFlight; }
internal class Prograil
//STATIC coordinator and managers here
static CustomerHanager customerHanager;
static FlightHanager flightrianager;
static Bookingllanager bookingHanager;
static FIleIo fileIO;
static Coordinator coordinator;
static bool full_exit = false;
/*TODO:
Implement choice processing (DONE)
Write a QUICK FRAMEWORK LOGIC (DONE?)
internal class BookingHlanager
\{
private CustomerHanager customerHanager;
private FlightHanager flighthlanager;
private Booking[] bookings;
private int bookingCount;
private int bookinglax;
public static int seed;
public BookingManager(CustomerHanager customerManager, F1\{
this.bookingHlax = maxBookings;
this.bookingCount \(=\theta_{\text {; }}\)
seed = startseed;
this.customerHlanager = customerHanager;
this.flightHanager = flightHanager;
this.bookings = new Booking[maxBookings];
No issues found
Ln: 1
Ch: 1 internal class CustomerHanager
\{
private Customer[] customers;
private int maxCustomers;
private int numCustomers;
private static int seed;
public Customertlanager(int maxCustomers, int startseed)\(\{\)
this.maxCustomers = maxCustomers;
numCustomers \(=0 ; \)
customers = new Custoner[maxCustomers];
seed = startseed;
\(\}\)
public Customer[] getCustomers()\{ return customers; \} public int gethaxCustomers()\{return maxCustomers;\}
No issues found
Ln: 1
Ch: 1
SPC
CRLF ```
internal class Customer
{
private int customerID;
private string customerFirstllame;
private string customexLastllame;
private string customexPhone;
private int numBookings;
public Customer(int customeriD, string customerFirstName,
{
this.custone2iD = custoneriD;
this.customexFlestilane = customerFirstNlame;
this.customexLastilane = customexLastNlame;
this.customexPhone = customexPhone;
this,numBookings = numBookings;
//qetters
No issues found
```
create a uml diagram containing all classes

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!