Given a class: MyClass And the following function: void Test…

Given a class: MyClass And the following function: void TestFunction(MyClass mc){ /*irrelevant code omitted*/ } Which member functions of MyClass will be called as a result of, but not necessarily on, the following line? Mark all that apply. TestFunction(someExistingMyClassObject);