Class FlightDataManager

java.lang.Object
bcu.cmp5332.bookingsystem.data.FlightDataManager
All Implemented Interfaces:
DataManager

public class FlightDataManager extends Object implements DataManager
The FlightDataManager class is responsible for managing the data related to flights in the flight booking system. It implements the DataManager interface and provides methods to load and store flight data.

The flight data is stored in a text file located at ./resources/data/flights.txt. This class reads from and writes to this file to persist the flight information.

See Also: