class EmployeeInterface { public: virtual ~EmployeeInterface() {}; virtual void getEmployeeType(void) = 0; };