- 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
Construct the data base with suitable member functions for initialising and destroying the data, viz. constructor, default constructor, copy constructor, destructor, static member functions, friend class, this pointer, inline code and dynamic memory allocation operators—new and delete.