Question: 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
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) Copy Constructor Destructor O Constructor Assignment Operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
