C++ define a class named library with following characteristics data members: int acc_num – stores the accession number of the book. string title – stores the title of the book. string author – stores the name of the author.

Solved
Show answers

Ask an AI advisor a question