Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Staff
Method
Staff
Lab_17/Education.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
string name;
52
public:
53
Staff() {
54
code =
"0000"
;
55
name =
"Unknown"
;
56
}
57
void getdata_name() {
58
cout <<
"Enter employee name: "
; cin >> name;
59
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected