MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / show

Method show

base_code/virtual_base.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24public:
25 void show() {
26 cout << "B::show()" << endl;
27 }
28
29 void* operator new(size_t size) {
30 void *p = malloc(size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected