A copy constructor must receive its argument by reference because:
a. Otherwise the constructor will only make a copy of a pointer to an object.
b. Otherwise infinite recursion occurs.
c. The copy of the argument passed by value has function scope.
d. The pointer needs to know the address of the original data, not a temporary copy of it.
b. Otherwise infinite recursion occurs.
Computer Science & Information Technology
You might also like to view...
The Insert and Delete commands are part of the Rows and Columns group on the Table Tools Layout tab
Indicate whether the statement is true or false
Computer Science & Information Technology
A network host-based firewall is vulnerable if the operating system of the machine it resides on is vulnerable
Indicate whether the statement is true or false.
Computer Science & Information Technology