Question: C++ Programming 2. (a) Define and implement a Book class, which has i. Data members as described below: Title o Author o Publisher . Genre

C++ Programming
2. (a) Define and implement a Book class, which has i. Data members as described below: Title o Author o Publisher . Genre classic, science fiction, mystery, thriller, math) Book Review {suitable, inspiring, suspenseful, must read, application-oriented) Copies Sold ii. A default constructor iii. A constructor to create an object with given values iv. A destructor v. Several Methods with functionality as described below: . Displays all data members o Updates book review. . Updates copies sold . Overloads the operators == and for comparison (b) Create some Book objects and test the class implementation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
