Commit 9acb61d0 authored by James Knee's avatar James Knee
Browse files

added additional comment

parent 62aad0db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.