LLD - Design — Library Management System
In designing a library system, which class should handle the logic to check if a book is currently loaned out before allowing a member to borrow it?
Book stores book info, Member represents users, Loan tracks borrow records, and Librarian manages library operations.Loan class should handle checking if a book is currently loaned out before allowing borrowing, as it tracks loan records.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions