Implement the operator+ operator Takes a reference to a Yog…
Implement the operator+ operator Takes a reference to a Yogurt object as a parameter Adds the ounces of each object together Returns a Yogurt object with the updated ounces To be written as if in the implementation (.cpp) file Don’t forget: Associate the function with the class (3 points) Correct use of the parameters/variables (3 points) Correct calculations & data types (4 points)