UPLUS Overloaded Unary Plus Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when a variable is preceeded by a "+", and is invoked when you callc = uplus(a)
or for
c = +a
Section: Object Oriented Programming
c = uplus(a)
or for
c = +a