Question: C++ Programming: Build a Book class that has the following properties: isbn, name, author, publisher, price and number of pages. Create the class in a
C++ Programming:
Build a Book class that has the following properties: isbn, name, author, publisher, price and number of pages. Create the class in a header file. Your class should have 2 constructors, set and get functions as well as a display function. You may want to build a simple program with main to test out this Book class. Create one object, fill it with data and print out that data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
