To access (some) hidden names:
int TravelClock::get_hours() const { int h = Clock::get_hours(); // Qualify which get_hours is intended . . . }