| 171 | daily_wage = 0.0; |
| 172 | } |
| 173 | void getdata() |
| 174 | { |
| 175 | Typist::getdata(); |
| 176 | cout << " Enter the daily wage: "; |
| 177 | cin >> daily_wage; |
| 178 | } |
| 179 | void showdata() |
| 180 | { |
| 181 | Typist::showdata(); |
nothing calls this directly
no outgoing calls
no test coverage detected