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

Function main

base_code/derived_base.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45int main()
46{
47 Derived1 d1;
48 d1.test2();
49
50 Derived d;
51 d.test2();
52 return 0;
53}

Callers

nothing calls this directly

Calls 1

test2Method · 0.45

Tested by

no test coverage detected