Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
class Derived1 : Base1 {
20
public:
21
void test2() { cout <<
"value is "
<< value << endl; }
22
};
23
24
class Base {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected