https://github.com/shubhranpara/airline-reservation-system
I have created this project as my oop innovative assignment. Take a look at this console based program and explore the concepts of the object oriented programming.
https://github.com/shubhranpara/airline-reservation-system
console-application object-oriented-programming oops-in-java
Last synced: 4 days ago
JSON representation
I have created this project as my oop innovative assignment. Take a look at this console based program and explore the concepts of the object oriented programming.
- Host: GitHub
- URL: https://github.com/shubhranpara/airline-reservation-system
- Owner: ShubhRanpara
- License: mit
- Created: 2024-07-19T11:56:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T07:42:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T06:41:19.609Z (over 1 year ago)
- Topics: console-application, object-oriented-programming, oops-in-java
- Language: Java
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airline Reservation System
This is a Console based Java project that helps to understand the logic behind an Airline Reservation System.
## Follow the below instructions to run the application
### Installation
1. Clone the repository files.
2. Then compile and run the "Skyhigh_Final_Code.java" file.
3. Try out and test different scenarios like searching, listing, booking, cancelling and printing the flight tickets.
4. 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.