Overloading and Improving Your technique

Modify this code so that every method that has a parameter for either the Numerator or Denominator, uses the data member name (i.e., NumeratorValue, denominatorValue) as the parameter name. The this key word will need to be used.
Solution thus far

Create a method that multiples two rational numbers.