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.