MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / A

Method A

base_code/virtual_public.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8public:
9 A(int data) : ma(data) { cout << "A()" << endl; }
10 ~A() { cout << "~A()" << endl; }
11protected:
12 int ma;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected