MowsamR / LibraryManagement

1 stars 0 forks source link

Keep record of all loan history for Patrons #17

Open MowsamR opened 1 year ago

MowsamR commented 1 year ago

To implement this functionality you need to introduce a Boolean property in the Loan class to indicate whether the loan is terminated and a property that will hold the date that the book was returned.

You have the flexibility to decide on how to complete the implementation of this functionality.