Question: Books.h Student.h Student.cpp(it is not completed) Person.h Person.cpp(it is not completed) In this assignment, you need to create a class to keep track of books

 Books.h Student.h Student.cpp(it is not completed) Person.h Person.cpp(it is not completed)
Books.h
In this assignment, you need to create a class to keep track
Student.h
of books borrowed bya student. Each book has a name, Student (who
Student.cpp(it is not completed)
borrowed it), and the date that was borrowed (see the .h file
Person.h
below). Use also need to use the Person class and the Student
Person.cpp(it is not completed)
class included in the folder. Student class inherits from the Person class
as was shown in the classroom Create a Date class (in the

In this assignment, you need to create a class to keep track of books borrowed bya student. Each book has a name, Student (who borrowed it), and the date that was borrowed (see the .h file below). Use also need to use the Person class and the Student class included in the folder. Student class inherits from the Person class as was shown in the classroom Create a Date class (in the same project of the Person and Student classes). An instant of Date class is included in the private variables of the Person class as shown in the Person.h file. The Date class has three integers: Month, Day, and Year. 2- Write all accessors and modifiers for the Date class 3- Write a default and overloaded constructor 4- Overload the operator

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!