Page 1 of 1

C++ Create a tic tac toe game with atleast three classes. Two of those classes should have an inheritance relationship (

Posted: Mon May 09, 2022 7:12 am
by answerhappygod
C++ Create a tic tac toe game with
atleast three classes. Two of those
classes should have an inheritance
relationship (so one could be a base class and one a
derived class) The classes should also use overloaded
operators (or atleast just one overloaded operator).