PLUS Overloaded Addition Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when two variables are added and is invoked when you callc = plus(a,b)
or for
c = a + b
Section: Object Oriented Programming
c = plus(a,b)
or for
c = a + b