Answer Posted / swetcha
The purpose of a copy constructor is to initialize a new
object of a given class by copying an existing object of
that class.
| Is This Answer Correct ? | 63 Yes | 3 No |
Post New Answer View All Answers
How is polymorphism achieved?
What is vector pair in c++?
What is static function? Explain with an example
What causes a runtime error c++?
What are the uses of static class data?
What is an overflow error?
dynamic scoping is
What is auto type c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Should the member functions which are made public in the base class be hidden?
How is computer programming useful in real life?
What is the purpose of the "delete" operator?
Which software is used to run c++ program?
Is it possible for the objects to read and write themselves?
What is an accessor in c++?