How can I dynamically add new instances of an object during runtime in Java?
I am very new to Java programming, and for a course in Uni, I'm required to write a program that acts as a Flight reservation system for an airline.
The first version of the program was just through console outputs, so I didn't have many problems the...