InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between a Copy Constructor and an Assignment Operator? |
|
Answer» Though both of them perform similar tasks, the DIFFERENCES between a COPY Constructor and an assignment operator is as follows:
|
|