/////// File JtFrChecking.C /////// #include "JtFrChecking.h" void JtFrChecking::display(ostream& out /* = cout */) const { out << "Free Checking Account\n"; JointAccount::display(); }