This is another class diagram, which has seven classes. The classes are book, Librarian, Admin, Members, Fine, Faculty members and Student. The book class has the information of books. The member class is the parent class of two other class Faculty member and Student. The Admin class contains the information of admin. The fine class has the information of fines.