Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ f
Method
f
base_code/using_derived.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
// void f() { cout <<
"Derived::f()"
<< endl; }
21
22
void f(int n) {
23
cout<<
"Derived::f(int)"
<<endl;
24
}
25
};
26
27
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected