Question: / * TODO: Test 7 - Create a Book class * = = = = = = = = = = = = = =
TODO: Test Create a Book class
First, create a Book class that contains the
constructors, attributes, and accessors
outlined on FSO and add the line #define BOOK",
without quotes, to the top of the file.
TODO: Uncomment out line above.
Once the class has been created, initialize and return a
Booktype object using the default constructor.
Tips:
You should create a new Book.cpp by rightclicking the
Source Files folder in the Solution Explorer, and selecting
"New Item..."
Once you have created your Book.cpp file, it will not be
accessible within the Submission.cpp file until you uncomment
the corresponding lines above.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
