Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Print
Method
Print
tests/EduCfrontTest22.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
virtual ~Fruit() { Print(); }
13
14
virtual void Print() const { puts(
"Base"
); }
15
};
16
17
class Apple : public Fruit {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected