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
Is multimap sorted c++?
What is #include iostream in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is polymorphism give a real life example?
What is overriding vs overloading?
Explain storage qualifiers in c++.
Explain the advantages of using friend classes.
Which bitwise operator is used to check whether a particular bit is on or off?
What is the best c++ book?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the best way to declare and define global variables?
Name four predefined macros.
Why is destructor used?
What is the best it certification?
Can main method override?