20 virtual void charAtPut(
int col,
int row,
char value) = 0;
Represents the abstract notion of a character-addressable writable screen.
Screen(int width, int height)
void checkCoordinates(int col, int row) const
virtual void charAtPut(int col, int row, char value)=0