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

Method getdata

Lab_15/Source.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38public:
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

Callers 2

F_First_ProgramFunction · 0.45
F_Second_ProgramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected