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
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
Get step-by-step solutions from verified subject matter experts
