Sei sulla pagina 1di 2

Please create a library management system with the following features: Note: You can use the collection

of your choice to implement the below features. For Admin Admin should ooks have to e. Admin should Admin should Admin should For Members be able to add books to the library. The following details of the b be maintained Book Id, Book Name, Author, Number of books availabl be able to update any of the above details of a given book. be able to see the list of all books available be able to search for a book based on the name or author.

Should be able to see the list of all books available. Should be able to search for a book based on the name or author. ________________________________________________________________________________ ____________________________________________________________ After Finishing the above exercise extend it to include the below features: For Members Should be able to take a book from library that is available. When the member ta kes a book, then the count of number of books should automatically decrease. Should be able to return a book to the library, and then the count should automa tically increase. ________________________________________________________________________________ ______________________________________________________________ After finishing the above exercise extend your program to include the following features: Whenever the list of books is being displayed to the end user, the books should be displayed in the ascending order of the book name. ________________________________________________________________________________ ______________________________________________________________ After finishing the above exercise extend your program to include the following feature: The following details have to be captured by the library admin for each book. Book ID Book Name Book Sr. No. Author Issue Date Due Date Emp ID of the Member to whom the book has been issued Along with the above details the number of books available corresponding to each book id should also be maintained. For Admin Should be able to list out the above details. Should be able to find out the Emp IDs of the members who have not returned the book with in the due date Note: Assuming each member would take only one book.

________________________________________________________________________________ _________________________________________________________ After finishing the above exercise extend your program to include the following feature: A member of the library would be allowed to take at the max 3 books. List out all the members of the library (along with the book details) who have t aken books. If any member returns a book that he/she had taken earlier, then the corresponding details should not be shown. For the above question show the details in sorted order of member name and book name.

Potrebbero piacerti anche