Hello, mates! I desperately need help. I have a base class named Cell, and three derived classes - CellChar, CellNumber and CellEmpty.(first contains a string, second - int number, and the thrind is empty). I have to make a pure virtual functions getCell() and setCell(), but the problem is that i dont know how to define their type and setCell()'s parameters in the base class Cell. I just cant think of where ot start from.
Thank you in advance!