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

Function main

base_code/using_derived.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27int main()
28{
29 // Base b;
30 Derived d;
31 d.f();
32 d.f(1);
33 return 0;
34}

Callers

nothing calls this directly

Calls 1

fMethod · 0.45

Tested by

no test coverage detected