Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ Derived
Class
Derived
05-Inheritance/inheritance.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
};
10
11
class Derived : public Base
12
{
13
public:
14
virtual std::string name() const { return
"Derived"
; }
15
};
16
17
void fb(Base *b)
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected