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

Method showdata_code

Lab_17/Education.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 cout << "Employee name: " << name << endl;
65 }
66 void showdata_code() {
67 cout << "Employee code: " << code << endl;
68 }
69};
70
71class Teacher : public Staff, public Education {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected