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

Method showdata

Lab_17/Education.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 cout << "Enter the grade: "; cin >> grade;
108 }
109 void showdata() {
110 Staff::showdata_code();
111 Staff::showdata_name();
112 Education::showdata();
113 cout << "Officer Grade: " << grade << endl;
114 }
115};
116
117class Typist : public Staff {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected