Solved

A Copy Constructor Has the Same Name as the Class

Question 24

Multiple Choice

A copy constructor has the same name as the class (let's call it A) and has a parameter that


A) Is call-by value of an A object
B) Is call-by-reference of another class
C) Is call-by-reference of an A class object
D) Is call-by-name of an object named ~A.
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions