(Enhancing Class Time2) Modify class Time2 of Fig. 2 to include a tick method that increments the time stored in a Time2 object by one second. Provide method incrementMinute to increment the minute by one and method incrementHour to increment the hour by one. Write a program that tests the tick method, the incrementMi nute method and the incrementHour method to ensure that they work correctly. Be sure to test the following cases:
Fig. 2 Time2 class with overloaded constructors.




a) incrementing into the next minute,
b) incrementing into the next hour and
c) incrementing into the next day (i.e., 11:59:59 PM to 12:00:00 AM).
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.