Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ f
Method
f
base_code/using_derived.cpp:10–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
class Base{
9
public:
10
void f(){ cout<<
"f()"
<<endl;
11
}
12
void f(int n){
13
cout<<
"Base::f(int)"
<<endl;
14
}
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected