Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 376 Bytes

library-management-system

This program implements the concept of Inheritance. Library is an abstract class. Classes Admin and Student inherit the class library. They override the viewAvailableBooks() function. There are exception handlers to handle the RuntimeExceptions such as InputMismatchException and NoSuchElementException. LocalDate class and ArrayList is also used.