This is a Console based Java project that helps to understand the logic behind an Airline Reservation System.
-
Clone the repository files.
-
Then compile and run the "Skyhigh_Final_Code.java" file.
-
Try out and test different scenarios like searching, listing, booking, cancelling and printing the flight tickets.
-
This project was very useful to understand the concepts of OOP like object and class creation, array of objects, methods, string handling, date and time handling, etc.