● This is due on Sunday, July 10, 2022 at 23:59 CDT ✪ You have not attempted this activity. You currently have 0% for th
Posted: Mon Jul 11, 2022 9:55 am
● This is due on Sunday, July 10, 2022 at 23:59 CDT ✪ You have not attempted this activity. You currently have 0% for this activity. In this problem, you will overload the equal to operator (operator=-) for Student typed objects. We consider two student objects equivalent if each of their data members store identical values. 1 #include <iostream> 2 3 #include "student.hpp" #include "utilities.hpp" 3456789 6 int main() { 10 } overloading-equal-to-operator driver.cc student.hpp student.cc utilities.hpp utilities.cc