UMINUS Overloaded Unary Minus Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when a variable is negated, and is invoked when you callc = uminus(a)
or for
c = -a
Section: Object Oriented Programming
c = uminus(a)
or for
c = -a