GT Overloaded Greater Than Comparison Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to combine two variables using a greater than comparison operator, and is invoked when you callc = gt(a,b)
or for
c = a > b
Section: Object Oriented Programming
c = gt(a,b)
or for
c = a > b