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

Class Apple

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

Source from the content-addressed store, hash-verified

15};
16
17class Apple : public Fruit {
18public:
19 Apple()
20 : Fruit{}
21 {}
22
23 virtual ~Apple() override { Print(); }
24
25 void Print() const override { puts("Apple"); }
26};
27
28class Orange : public Apple {
29public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected