Question: Given main ( ) and a base Book class, define a derived class called Encyclopedia with member functions to get and set private class data
Given main and a base Book class, define a derived class called Encyclopedia with member functions to get and set private class data members of the following types:
string to store the edition
int to store the number of pages
Within the derived Encyclopedia class, define a PrintInfo member function that overrides the Book class' PrintInfo function by printing the title, author, publisher, publication date, edition, and number of pages.
The Hobbit J R R Tolkien George Allen & Unwin September The Illustrated Encyclopedia of the Universe Ian Ridpath WatsonGuptill nd
Book Information: Book Title: The Hobbit Author: J R R Tolkien Publisher: George Allen & Unwin Publication Date: September Book Information: Book Title: The Illustrated Encyclopedia of the Universe Author: Ian Ridpath Publisher: WatsonGuptill Publication Date: Edition: nd Number of Pages:
LAB
ACTIVITY
: LAB: Book information overriding member functions
Current file: Encyclopedia.cpp
Load default template...
#include "Encyclopedia.h
#include
Define functions declared in Encyclopedia.h
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
