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

ISpeaker implementation that meows. More...

Inheritance diagram for InterfaceCat:
Collaboration diagram for InterfaceCat:

Public Member Functions

void speak () override
 Emits this speaker's sound.
Public Member Functions inherited from ISpeaker
virtual ~ISpeaker ()=default

Detailed Description

ISpeaker implementation that meows.

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

Member Function Documentation

◆ speak()

void InterfaceCat::speak ( )
inlineoverridevirtual

Emits this speaker's sound.

Implements ISpeaker.

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


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