MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Print

Method Print

tests/EduCfrontTest22.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 virtual ~Orange() override { Print(); }
35
36 void Print() const override { puts("Orange"); }
37};
38
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected