Library Management System

1234567891011121314151617181920
Across
  1. 2. : An attribute that stores the number of available copies
  2. 4. : A unique identifier assigned to a book
  3. 6. : The class representing the person who manages library operations
  4. 10. : A unique identifier assigned to a library member
  5. 12. : An OOP class representing a person who borrows books
  6. 13. : A method used to find a particular book
  7. 14. : An attribute that stores the name of a book
  8. 15. : A method used to extend the borrowing period of a book
  9. 17. : A method used when a member gives a borrowed book back
  10. 19. : A method used to show book information
Down
  1. 1. : The class that represents the collection and management of books
  2. 3. : A method used to add a new book to the library
  3. 5. : A method used to lend a book to a member
  4. 7. : A unique standard number used to identify a book
  5. 8. : A method used to remove a book from the library
  6. 9. : An attribute that stores the writer of a book
  7. 11. : An attribute that describes the category of a book
  8. 16. : An attribute used to store a member's name
  9. 18. : An OOP class that represents a book available in the library
  10. 20. : The class representing the organization that publishes books