Answer Posted / naveen kumar
The copy constructor is a constructor which creates an object by initializing it with an object of the same class, which has been created previously.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which should be more useful: the protected and public virtuals?
What is a base class?
What are 2 ways of exporting a function from a dll?
List down the guideline that should be followed while using friend function.
What is the basic structure of c++ program?
Why is c++ still best?
Define a conversion constructor?
How do you find out if a linked-list has an end?
How do you write a function that can reverse a linked-list in C++?
What are vectors used for in c++?
Does c++ have a hash table?
What causes polymorphism?
What is using namespace std in c++?
What is vector pair in c++?
What is multilevel inheritance explain with example?