MCPcopy 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

16using namespace std;
17
18class B { virtual void fun() {} };
19class D: public B { };
20
21int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected