MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getdata

Method getdata

Lab_15/Source.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57public:
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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected