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

Method Teacher

Lab_17/Education.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75public:
76
77 Teacher() {
78 subject = "Unknown";
79 publications = 0;
80 }
81 void getdata() {
82 Staff::getdata_code();
83 Staff::getdata_name();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected