Aug 18, 2016 at 7:45pm
Lines 21,32,44: Those are not valid function calls. To call a function, you need ().
Line 32: woman does not inherit from man. You can't call man::output(). Did you mean human::output()?
Line 44: chakka inherits from man. Did you intend to call man::output()?