Question: In C++ language please 2. Complete the implementation of another version of the class time24 as declared in the program time24methods.h. This version uses a


In C++ language please
2. Complete the implementation of another version of the class time24 as declared in the program time24methods.h. This version uses a constructor. In addition, the two functions write() and add become members of the class rather than functions external to the class. Do not modify the main program. You must write the three methods of the class. Declaration of Class Time24Methods /* File: time24 methods.h the class time 24 represents time on 24 hour clock times are written to a stream in the form hour: minute when a time is added to the current time the minutes are added and if the sum is 60 or more then 60 is subtracted from the sum but the the hour is increased by 1. If the hour is 24 or more then 24 is subtrated from the hour. */ #ifndef TIME24METHODSH #define TIME24METHODS.H #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
