Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
46
private:
47
void fun() override { cout <<
"Derived Fun"
; }
48
};
49
50
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected