The above diagram has nine classes. The librarian class has the information of librarian. The Library_database class has the data of library management system. The reading material class is the parent class and the child classes are news_paper, magazines and books. The user class has the information of users. The user class is also a parent class of two child classes. Registered and readers.