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
What is pure virtual function? Or what is abstract class?
Is c or c++ more useful?
How to declare an array of pointers to integer?
How do you achieve runtime polymorphism?
Why do we use string in c++?
What is class in c++ with example?
In C++ what is a vtable and how does it work?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What do you know about Volatile keyword in C++? Explain with an example code.
What is the cout in c++?
What sorting algorithm does c++ use?
What do you mean by volatile and mutable keywords used in c++?
What is the use of structure in c++?
What are arithmetic operators?
What is an html tag?