OOP & Design Patterns - Design a Library Management System - LLD with Relationships & Edge Cases
If the Library Management System uses inheritance to model different types of users (Member, Librarian, Guest), what is the space complexity impact when adding new user types frequently?
