Open MowsamR opened 1 year ago
Save the status of the system to the backend storage (i.e. text file storage) when the system is closed.
The library data should be stored in three different files (books.txt, patrons.txt and loans.txt).
A sample format to save the different properties for each object is given in the Sample Prototype Application section above.
When the system starts it should load the status of the library from the text files to the memory.
Save the status of the system to the backend storage (i.e. text file storage) when the system is closed.
The library data should be stored in three different files (books.txt, patrons.txt and loans.txt).
A sample format to save the different properties for each object is given in the Sample Prototype Application section above.
When the system starts it should load the status of the library from the text files to the memory.