|
Inheritance vs Interface Polymorphism (C++)
Doxygen docs for the C++ implementation
|
Sealed 'final' class ensures NO other subclass can modify this method path. More...


Public Member Functions | |
| void | speak () override |
| Public Member Functions inherited from ISingleSpeaker | |
| virtual | ~ISingleSpeaker ()=default |
Sealed 'final' class ensures NO other subclass can modify this method path.
Definition at line 161 of file C++ Implimentation.cpp.
|
inlineoverridevirtual |
Implements ISingleSpeaker.
Definition at line 163 of file C++ Implimentation.cpp.