MCPcopy 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
18class B { virtual void fun() {} };
19class D: public B { };
20
21int main()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected