| 154 | cin >> monthly_salary; |
| 155 | } |
| 156 | void showdata() |
| 157 | { |
| 158 | Typist::showdata(); |
| 159 | cout << " Monthly salary: " << monthly_salary << endl; |
| 160 | } |
| 161 | }; |
| 162 | |
| 163 | class Casual_Typist : public Typist |
nothing calls this directly
no outgoing calls
no test coverage detected