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