MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Assume class TEST. Which of the following statements is/are responsible to invoke copy constructor? | 
                            
| A. | TEST T2(T1) | 
| B. | TEST T4 = T1 | 
| C. | T2 = T1 | 
| D. | both a and b | 
| E. | All of these | 
| Answer» E. All of these | |