| 64 | cout << "Employee name: " << name << endl; |
| 65 | } |
| 66 | void showdata_code() { |
| 67 | cout << "Employee code: " << code << endl; |
| 68 | } |
| 69 | }; |
| 70 | |
| 71 | class Teacher : public Staff, public Education { |
nothing calls this directly
no outgoing calls
no test coverage detected