Answer Posted / sanjay gupta
COPY CONSTRUCTOR IS A SPECIAL CONSTRUCTOR IN C++ PROGRAMMIN
LANGUAGE FOR CREATING A NEW OBJECT AS A COPY OF AN EXISTING
OBJECT
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain about templates of C++.
Why c++ is so important?
What is algorithm in c++ programming?
How would you implement a substr() function that extracts a sub string from a given string?
Why is object oriented programming so hard?
Is enum a class?
What is ambiguity in inheritance?
If there are two catch statements, one for base and one for derived, which should come first?
What language is a dll written in?
Does c++ cost money?
Difference between pointer to constant and constant pointer to a constant. Give example.
How many keywords are used in c++?
In C++ what is a vtable and how does it work?
Explain stack unwinding.
How many times will this loop execute? Explain your answer.