Design and implement an ADT diat represents the time of day. Represent the time as hours, minutes, and seconds on a 24-hour clock. The hours, minutes, and seconds are the private data fields of the class that implements the ADT.
Include at least two initialization operations: One that provides a default value for the time (midnight, all fields zero), and another that sets the time to a client-sup-plied value. These operations are the class’s constructors.
Include operations that set the time, increase the time by I second, return the number of seconds between the time and a given dine, increase the present time by a number of minutes, and two operations to display the time in 12-hour and 24-hour notations.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.