MCPcopy 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

8class Base{
9public:
10 void f(){ cout<<"f()"<<endl;
11 }
12 void f(int n){
13 cout<<"Base::f(int)"<<endl;
14 }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected