Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ baseFun
Method
baseFun
Examples/Modules/Chapter 17/Ex17_06/Ex17_06.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
{
9
public:
10
void baseFun() { /* ... */ }
11
protected:
12
int m_base_var {};
13
};
Callers
1
derivedFun
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected