|
Inheritance vs Interface Polymorphism (C++)
Doxygen docs for the C++ implementation
|
This is the complete list of members for DogWithDefault, including all inherited members.
| age | AbstractAnimal | protected |
| sleep() | AbstractAnimal | inline |
| speak() override | DogWithDefault | inlinevirtual |
| ~AbstractAnimal()=default | AbstractAnimal | virtual |