MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Why is user defined copy constructor required? | 
                            
| A. | there is no implicit copy constructor in C++ | 
| B. | when pointers are involved implicit copy constructor does not give correct result | 
| C. | both a and b | 
| D. | none | 
| Answer» C. both a and b | |