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

Method Staff

Lab_16/Source.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20public:
21 Staff()
22 {
23 code = "0000";
24 name = "Unknown";
25 }
26 /*void set_code(string code) {
27 this->code = code;
28 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected