TIMES Overloaded Multiplication Operator

Section: Object Oriented Programming

Usage

This is a method that is invoked when two variables are multiplied and is invoked when you call
   c = times(a,b)

or for

   c = a .* b