| 148 | monthly_salary = 0.0; |
| 149 | } |
| 150 | void getdata() |
| 151 | { |
| 152 | Typist::getdata(); |
| 153 | cout << " Enter the monthly salary: "; |
| 154 | cin >> monthly_salary; |
| 155 | } |
| 156 | void showdata() |
| 157 | { |
| 158 | Typist::showdata(); |
nothing calls this directly
no outgoing calls
no test coverage detected