| 56 | |
| 57 | public: |
| 58 | void getdata() |
| 59 | { |
| 60 | Publication::getdata(); |
| 61 | cout << " Playing time of audiobook: "; |
| 62 | cin >> playing_time; |
| 63 | } |
| 64 | void showdata() |
| 65 | { |
| 66 | Publication::showdata(); |
nothing calls this directly
no outgoing calls
no test coverage detected