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

Method fun

base_code/virtual_function.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46private:
47 void fun() override { cout << "Derived Fun"; }
48};
49
50int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected