/////// File: JointAccount.C /////// #include #include "JointAccount.H" JointAccount::JointAccount (unsigned n, double b, char* owner, char* jowner) : Account (n, b, owner) { strncpy (_jss, jowner, SS_LEN); }