Answer TRUE or FALSE.

{Most programming languages will let us re-define "<" and ">" to handle comparison of arbitrary objects| We can generally rely on "<" and ">" to let us compare arbitrary record types}

False
  • True
  • False

C++ will let us redefine these operators for arbitrary types.

But not many other languages support such "operator overloading".