Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
40
public:
41
virtual void fun() { cout <<
"Base Fun"
; }
42
};
43
44
class Derived: public Base
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected