In: Computer Science
Draw the class diagram in draw.io software for an Airline Reservation system.
Solution) First let us understand step by
step:
Class Diagram:
Class diagrams provide a structural view of systems which capture the static structure of Object-Oriented systems, or how they are structured rather than how they behave.
For the reservation system the classes would be something like this:
Passengers would have Tickets and a number of associated details (name, DOB, passport number) that don’t require their own class.
Now the Class Diagram would be like the following