Describe the limitations of the copy constructor.
What will be an ideal response?
There are times in which the copy constructor does not work as it was intended, and the method clone() is a much better choice because of the principal of polymorphism.
Computer Science & Information Technology
You might also like to view...
In Windows Task Manager, on the Processes tab, the ________ column provides more information about the name of the process running
Fill in the blank(s) with correct word
Computer Science & Information Technology
The private members of a base class can be directly accessed by a derived class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology