| 79 | publications = 0; |
| 80 | } |
| 81 | void getdata() { |
| 82 | Staff::getdata_code(); |
| 83 | Staff::getdata_name(); |
| 84 | Education::getdata(); |
| 85 | cout << "Enter subject: " ; cin >> subject; |
| 86 | cout << "Enter number of publications: " ; cin >> publications; |
| 87 | } |
| 88 | void showdata() { |
| 89 | Staff::showdata_code(); |
| 90 | Staff::showdata_name(); |
nothing calls this directly
no outgoing calls
no test coverage detected