class clock{ public: void setTime(int newH, int newM,int newS); void showTime(); private: int hour, minute, second; };