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 call
   c = plus(a,b)

or for

   c = a + b