lab_inheritance
Insidious Inheritance
|
A pure virtual interface class that can draw itself to a canvas. More...
#include <drawable.h>
Public Member Functions | |
~Drawable () | |
virtual void | draw (cs225::PNG *canvas) const =0 |
This method will draw the object onto the canvas. More... | |
A pure virtual interface class that can draw itself to a canvas.
|
inline |
|
pure virtual |