| 70 | publications = 0; |
| 71 | } |
| 72 | void getdata() |
| 73 | { |
| 74 | Staff::getdata_code(); |
| 75 | Staff::getdata_name(); |
| 76 | cout << " Enter subject: "; |
| 77 | cin >> subject; |
| 78 | cout << " Enter number of publications: "; |
| 79 | cin >> publications; |
| 80 | } |
| 81 | void showdata() |
| 82 | { |
| 83 | Staff::showdata_code(); |
nothing calls this directly
no outgoing calls
no test coverage detected