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

Method print

week15/examples/nestedclass.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 this->fruit = f;
20 }
21 void print()
22 {
23 cout << fruit.getInfo() << endl;
24 }
25
26};
27

Callers 1

mainFunction · 0.45

Calls 1

getInfoMethod · 0.45

Tested by

no test coverage detected