MINUS Overloaded Addition Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when two variables are subtracted and is invoked when you callc = minus(a,b)
or for
c = a - b
Section: Object Oriented Programming
c = minus(a,b)
or for
c = a - b