Question: For tests 7 and 8 you will end up writing your own class, called Book, make an instance of it , and return the result

For tests 7 and 8 you will end up writing your own class, called Book, make an instance of it, and return the result of that method. The Book class should be included in a new Book.cpp file.
To create your TextCodec class, add the following access modifier, fields, constructor and methods.
In addition, add the line #define BOOK at the top of Book.cpp
For example:
#define BOOK
class Book
{
// fields of this class
// constructors of this class
// methods of this class
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!