|
Inheritance vs Interface Polymorphism (C++)
Doxygen docs for the C++ implementation
|
Interface contract for a single, non-substitutable speaker. More...

Public Member Functions | |
| virtual void | speak ()=0 |
| virtual | ~ISingleSpeaker ()=default |
Interface contract for a single, non-substitutable speaker.
Definition at line 151 of file C++ Implimentation.cpp.
|
virtualdefault |
|
pure virtual |
Implemented in PureBreedDog.