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

Method Teacher

Lab_16/Source.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66public:
67 Teacher()
68 {
69 subject = "Unknown";
70 publications = 0;
71 }
72 void getdata()
73 {
74 Staff::getdata_code();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected