| 37 | |
| 38 | public: |
| 39 | void getdata() |
| 40 | { |
| 41 | Publication::getdata(); // getdata() of class Publicaton |
| 42 | cout << " Number of pages: "; |
| 43 | cin >> page_count; |
| 44 | } |
| 45 | void showdata() |
| 46 | { |
| 47 | Publication::showdata(); // showdata() of class Publication |
no outgoing calls
no test coverage detected