#include "C.h" #include std::string C:: h(){ std::stringstream ss; ss<<"C::h-" << i << " " << A::f(); return ss.str(); }