MCPcopy 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
34void Student::setGender(bool isMale)
35{
36 male = isMale;
37}
38void Student::printInfo()
39{
40 std::cout << "Name: " << name << std::endl;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected