Passenger
- passengerID: int {key}
- name: string
- email: string
+ searchFlight (destination): string
+ bookFlight(date): string
Flight
- flightID: string
- destinationTime: time
- destination: string
+ checkAvailability(Date): boolean
Booking
+ field1: Type
+ field2: Type
+ method1(Type): Type
+ cancelBooking(): Type
Interface
+ method2(Type, Type): Type
by kp