malihamazahir4742 malihamazahir4742 07-03-2024 Engineering contestada Examine the following code:Fee fee;Fum fum;if (fee == fum) { std cout << "Whoopee!\n";}When would we have to implement it as a global function instead of a method?