Friday, January 27, 2012

Code a class, let鈥檚 say Library, which maintains a catalogue of Books. A book can have title, isbn(it鈥檚 a num?

Code a class, let鈥檚 say Library, which maintains a catalogue of Books. A book can have title, isbn(it鈥檚 a number similar to Book ID) and author name. As the library class is instantiated, an empty catalogue is also created. Librarian being the user of the system, should be able to add new books, search for a particular book with its ISBN, count the number of books stored in the catalogue. He should also be able to print list of all the books in the catalogue. Write a class to test your Library.|||This is a basic programming problem. No, I won't do it for you. If you can't do it _easily_, you should probably rethink the courses you are taking.

No comments:

Post a Comment