InterviewSolution
Saved Bookmarks
| 1. |
What Is A Copy Constructor? |
|
Answer» This is a special CONSTRUCTOR for creating a new object as a copy of an existing object. There will be ALWAYS only on copy constructor that can be either DEFINED by the user or the SYSTEM. This is a special constructor for creating a new object as a copy of an existing object. There will be always only on copy constructor that can be either defined by the user or the system. |
|