class TeachingAssistant : public Student, public Employee { public: string get_id() const; string student_id() const; };