Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ fun
Method
fun
base_code/rtti.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using namespace std;
17
18
class B { virtual void fun() {} };
19
class D: public B { };
20
21
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected