Inheritance vs Interface Polymorphism (C++)
Doxygen docs for the C++ implementation
Loading...
Searching...
No Matches
PureBreedDog Class Referencefinal

Sealed 'final' class ensures NO other subclass can modify this method path. More...

Inheritance diagram for PureBreedDog:
Collaboration diagram for PureBreedDog:

Public Member Functions

void speak () override
Public Member Functions inherited from ISingleSpeaker
virtual ~ISingleSpeaker ()=default

Detailed Description

Sealed 'final' class ensures NO other subclass can modify this method path.

Definition at line 161 of file C++ Implimentation.cpp.

Member Function Documentation

◆ speak()

void PureBreedDog::speak ( )
inlineoverridevirtual

Implements ISingleSpeaker.

Definition at line 163 of file C++ Implimentation.cpp.


The documentation for this class was generated from the following file: