OOP & Design Patterns - Design a Library Management System - LLD with Relationships & Edge Cases
In the LoanManager class, a developer writes code that updates the loan status without synchronizing access in a multi-threaded environment. What is the most likely bug caused by this omission?
