Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Officer
Method
Officer
Lab_17/Education.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
float grade;
99
public:
100
Officer() {
101
grade = 0.0;
102
}
103
void getdata() {
104
Staff::getdata_code();
105
Staff::getdata_name();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected