Question
Develop a JAVA program: A flight ticket booking system, The trick is, you must develop it from scratch (like we do in the class, no
Develop a JAVA program: A flight ticket booking system, The trick is, you must develop it from scratch (like we do in the class, no java util import used). The other trick is you need to use minimum two types of data structures in your implementation. It is recommended that you use the structures as Stack, Queue, Linked List and HashMap. The total mark for this assignment is 50 mark. The program should be able to: 1. Perform searching. 2. Perform selection 3. Modify details (if applicable). 4. View status (such as confirmed/waiting list/total price/etc). 5. Make cancelation. You are welcome to add more tasks depending on the complexity of the application you wanted to replicate its all about the abstraction :-)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started