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

Method fun

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

Source from the content-addressed store, hash-verified

39{
40public:
41 virtual void fun() { cout << "Base Fun"; }
42};
43
44class Derived: public Base

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected