Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ setGender
Method
setGender
week09/examples/function.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
void Student::setGender(bool isMale)
35
{
36
male = isMale;
37
}
38
void Student::printInfo()
39
{
40
std::cout <<
"Name: "
<< name << std::endl;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected