MCPcopy 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
57void Student::setGender(bool isMale)
58{
59 male = isMale;
60}
61void 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