5. Develop an object-oriented program in C++ to create a library information system containing the following for all books in the library: Accession number Name of the author Title of the book Year of...




5. Develop an object-oriented program in C++ to create a library information system containing the following for all books in the library:


Accession number Name of the author Title of the book Year of publication Publisher’s name Cost of the book


Design a base class with the data members, accession number, name of the author and title of the book, and another base class consisting of year of publication and publisher’s name. The derived class consists of the data member viz., cost of the book.


Your program should have the facilities as listed in 1(b).












May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here