Home C-plus-plus C++ Assume class TEST. Which of the following statements is/are responsible to invoke copy constructor? a. TEST T2(T1)b. TEST T4 = T1c. T2 = T1d. both a and be. All of theseANSWER: both a and b
Post a Comment