Your method fireQuestion is inherited (publicly) from the base class so you don't need to redeclare it on line 96, it's already a part of your methods in the derived class.
In order to call it you need
aColstudent->fireQuestion(mystring,20,0.5,10,20);
anytime after line 129 (I have no clue what your parameters mean so I just made up some numbers to fit).
jonsca
Quantitative Phrenologist
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581