Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ setGender
Method
setGender
week09/examples/array.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
void Student::setGender(bool isMale)
58
{
59
male = isMale;
60
}
61
void Student::printInfo()
62
{
63
std::cout <<
"Name: "
<< name << std::endl;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected