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


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