void Employee::print() const{ cout << getFirstName() << ' ' << getLastName() << "\nsocial security number: " << getSocialSecurityNumber(); }