Convert Functions to Member Functions.
In Chapter 11 you created the following functions for directly accessing or manipulat-ing the member variables of the BookData structure:
setTitle
setISBN
setAuthor
setPub
setDateAdded
setQty
setWholesale
setRetail
isEmpty.
removeBook
Because the structure is now a class, and the member variables are private, you will need to convert these functions to member functions of the BookData class.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.