The operator that must be overloaded if you want to use the standard library sort with a class such as Time is <.
In computer programming, operator overloading, is known to be a kind of ad hoc polymorphism that entails different operators where they have different kinds of implementations based on their arguments.
Hence, The operator that must be overloaded if you want to use the standard library sort with a class such as Time is <.
See full question below
What operator must be overloaded if you want to use the standard library sort with a class such as Time?
A) ==
B) >
C) <
D) All of these
Learn more about operator from
https://brainly.com/question/13411600
#SPJ1