| 155 | float daily_wage; |
| 156 | public: |
| 157 | Casual_Typist() { |
| 158 | daily_wage = 0.0; |
| 159 | } |
| 160 | void getdata() { |
| 161 | Typist::getdata(); |
| 162 | cout << "Enter the daily wage: "; cin >> daily_wage; |
nothing calls this directly
no outgoing calls
no test coverage detected