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