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