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