Checkpoint 11.6.1.
Which is/are true about the
Time::after
member function?
- There is only one Time parameter.
- Incorrect! There are actually two Time parameters, one of them is implicit.
- The function operates on two Time objects.
- Correct! There are two Time objects - the implicit one and time2.
- The function is invoked on time2.
- Incorrect! The function is invoked on the implicit Time object.
- "hour" and "minute" refer to the hour and minute of the implicit Time object.
- Correct!