Question: Student.h Student.cpp Person.h Person.cpp In this assignment, you need to create a class to keep track of books borrowed bya student. Each book has a

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

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!