Define a class Clock with three private integer data members hour, min and sec. Define a no argument constructor to initialize time value to 12:00:00. Define a three argument constructor to initialize the time.
sahil sondarava
July 24, 2018
Define a class Clock with three private integer data members hour, min and sec. Define a no argument constructor to initialize time valu...