|
Inheritance vs Interface Polymorphism (C++)
Doxygen docs for the C++ implementation
|
ISpeaker implementation that meows. More...


Public Member Functions | |
| void | speak () override |
| Emits this speaker's sound. | |
| Public Member Functions inherited from ISpeaker | |
| virtual | ~ISpeaker ()=default |
ISpeaker implementation that meows.
Definition at line 129 of file C++ Implimentation.cpp.
|
inlineoverridevirtual |
Emits this speaker's sound.
Implements ISpeaker.
Definition at line 131 of file C++ Implimentation.cpp.