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

Method test2

base_code/derived_base.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class Derived1 : Base1 {
20public:
21 void test2() { cout << "value is " << value << endl; }
22};
23
24class Base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected