┌────────┐ │TimeUnit│ ├────────┤ ┌───────┐ │DAYS │ │IFlight│ │HOURS │ ├───────┤ │MINUTES │ └───────┘ └────────┘ | | | ┌───────────────────────────────┐ │Flight │ ├───────────────────────────────┤ │- privateFlightNumber : Integer│ └───────────────────────────────┘ | ┌────────────────────────────────┐ │PanamFlight │ ├────────────────────────────────┤ │- privateFlightNumber : Integer │ │+ publicDepartureTime : Date │ │# protectedString : String │ │~ internalNumber : Integer │ │ │ │void methods() │ │{static} void staticMethod() │ │{abstract} void abstractMethod()│ └────────────────────────────────┘