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
Can we use THIS Pointer in static function – Reason in C++?
When does a name clash occur in c++?
Explain Memory Allocation in C/C++ ?
Define a nested class.
What is the use of volatile variable?
What do you mean by function and operator overloading in c++?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What is the auto keyword good for in c++?
What are the various operations performed on stack?
What is the meaning of string in c++?
What do you mean by inheritance in c++? Explain its types.
What is c++ virtual inheritance?
Explain the auto storage classes in c++.
What is the identity function in c++? How is it useful?
Tell us the size of a float variable.