Question: solve this in C++ I attached Date.h file separate the header and implementation files The following diagram illustrates the classes you will implement in this
solve this in C++
I attached Date.h file
separate the header and implementation files



The following diagram illustrates the classes you will implement in this lab and their relationships. LibraryMaterial Class Implement Class LibraryMaterial as described in the UML diagram above. Book Class Implement Class Book as described in the UML diagram above. Magazine Class Implement Class Magazine as described in the UML diagram above. Author Class Implement Class Author as described in the UML diagram above. Publisher Class Implement Class Publisher as described in the UML diagram above. Driver Implement a driver program to test your code. 1- Create an object of type LibraryMaterial including the information of Author, Publisher with any initial values; 2- Create an object of type Book using created in 1 with any initial values. 3- Create an object of type Magazine created in 1 with any initial values. 4- Print the detail of Book object and Magazine object including all information of Material, Author and publisher
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
