Loading problems/LabFour_ChapterTen.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ using namespace std; * 2. labFour_pZero_Instructor derives from labFour_pZero_Person and has * a salary. * Complete the class definitions and implementations, including constructors, * destructors, and an external override of stream operator<< and operator>> * destructors, setters, getters, and an external override of stream operator<< and operator>> * to input and output each object. * * When overloading the ostream operators, the output should be formatted such that it includes all fields of the object. Loading Loading
problems/LabFour_ChapterTen.h +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ using namespace std; * 2. labFour_pZero_Instructor derives from labFour_pZero_Person and has * a salary. * Complete the class definitions and implementations, including constructors, * destructors, and an external override of stream operator<< and operator>> * destructors, setters, getters, and an external override of stream operator<< and operator>> * to input and output each object. * * When overloading the ostream operators, the output should be formatted such that it includes all fields of the object. Loading