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

Method showdata

Lab_17/Education.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 cout << "Enter number of publications: " ; cin >> publications;
87 }
88 void showdata() {
89 Staff::showdata_code();
90 Staff::showdata_name();
91 Education::showdata();
92 cout << "Subject: " << subject << endl << "Publications: " << publications << endl;
93 }
94};
95
96class Officer : public Staff, public Education {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected