MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / ~Student

Method ~Student

week09/examples/array.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 cout << "Constructor: Person(const char, int , bool)" << endl;
27 }
28 ~Student()
29 {
30 cout << "To destroy object: " << name << endl;
31 delete [] name;
32 }
33
34 void setName(const char * s)
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected