100% Guaranteed Results


CS253 – Assignment 1: Library Management System in C++ Solved
$ 29.99
Category:

Description

5/5 – (1 vote)

Implement Library Management System in C++ language using Object-oriented programming concepts. Implement the system on command line interface.
• List of functionalities:
1. Implement Login Logout
2. Professor, Student and Librarian are child classes of User class.
– Librarian Can add/update/delete user or book. Can list down all books/users. Can check which book is issued to which user. Can check list of books issue to user.
Every functionality must be in appropriate class. (Ex. Professor can see all the books. This should be performed by calling Display() method of “Book database” class. You don’t need to put Display all books() method in professor class.)
• List of classes: Use classes shown in Figure 1 to implement above functionalities. You can add more classes or change the structure of classes (add attributes or methods in particular class).
Any question about this assignment should be directed to: Jaykumar Kothdiya <jay@cse.iitk.ac.in>.
1

Figure 1: List of classes
2

Reviews

There are no reviews yet.

Be the first to review “CS253 – Assignment 1: Library Management System in C++ Solved”

Your email address will not be published. Required fields are marked *

Related products