I was trying to understand how to apply polymorphism in C++ by creating a base class Document from which the two classes Book and Newspaper
Document
Book
Newspaper