MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / main

Function main

week09/examples/function.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int main()
46{
47 Student yu;
48 yu.setName("Yu");
49 yu.setBorn(2000);
50 yu.setGender(true);
51 yu.printInfo();
52 return 0;
53}

Callers

nothing calls this directly

Calls 4

setNameMethod · 0.45
setBornMethod · 0.45
setGenderMethod · 0.45
printInfoMethod · 0.45

Tested by

no test coverage detected