Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ test1
Method
test1
base_code/derived_base.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
Base():value(20) {}
27
virtual ~Base() = default;
28
static void test1() { cout <<
"Base test1..."
<< endl; }
29
private: //私有
30
int value;
31
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected