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

Method who

base_code/virtual_inline.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50{
51public:
52 inline virtual void who()
53 {
54 cout << "I am Base\n";
55 }
56 virtual ~Base() = default;
57};
58class Derived : public Base

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected