In the university i've the task to design and implement three classes in c++: Integer (as an abstract), Binary and Decimal, with an array as a digit storage AND Integer should contain virtual methods of arithmetic operations.
So i've got some misunderstandings about the last point...what's signature should the methods have and how to define them in child classes?