Question: LAB: Book Information ( overriding member function ) c + + 1 0 . 3 0 LAB: Book information ( overriding member functions ) Given

LAB: Book Information (overriding member function) c++10.30 LAB: Book information (overriding member functions)
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 Printlnfo(f member function that overrides the Book class' Printinfo( function by printing
the title, author, publisher, publication date, edition, and number of pages.
Ex. If the input is:
The Hobbit
J. R. R. Tolkien
George Allen a Unwin
21 Septenber 1937
The Illustrated Encyclopedia of the Universe
Ian Ridpath
Watson-Gupt 111
2001
2nd
384
the output is:
Book Infortiation:
Book Title: The Hobbit
Author: J. R. R. Tolkien
Publisher: George Allen & Urwin
Publication Date: 21 Septenber 1937
Book Infortiation:
Book Title: The Illustrated Encyclopedia of the Universe
Author: Ian Ridpath
Pub1isher: Watson-Gupti11
Publication Date: 2001
Edition: 2nd
Nunber of Pages: 384
Note: Indentations use 3 spaces.
LMB
10.30.1: LAB. Eook information (overriding member functions)
0/10
File is marked as read only
Curfent fle: main.cpp -
#1nc.ude "ook _n"
#include "Encyclopedia.h"
#include
 LAB: Book Information (overriding member function) c++10.30 LAB: Book information (overriding

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!