LT Overloaded Less Than Comparison Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to compare two variables using a less than comparison operator, and is invoked when you callc = lt(a,b)
or for
c = a < b
Section: Object Oriented Programming
c = lt(a,b)
or for
c = a < b