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

Method showdata

Lab_16/Source.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 cin >> publications;
80 }
81 void showdata()
82 {
83 Staff::showdata_code();
84 Staff::showdata_name();
85 cout << " Subject: " << subject << endl
86 << " Publications: " << publications << endl;
87 }
88};
89
90class Officer : public Staff

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected