Invoke copy constructor - Constructor and Destructor
Q. Assume class TEST. Which of the following statements is/are responsible to invoke copy constructor?- Published on 17 Jul 15a. TEST T2(T1)
b. TEST T4 = T1
c. T2 = T1
d. both a and b
e. All of these
ANSWER: both a and b