Answer Posted / beena
An object can carry out copying in two ways i.e. it can set itself to be a copy of another object, or it can return a copy of itself. The latter process is called cloning.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are vectors used for in c++?
Is java a c++?
What is the difference between method overloading and method overriding in c++?
Differences between private, protected and public and give examples.
Where the memory to the static variables is allocated?
Do you know the problem with overriding functions?
What is meant by const_cast?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is setiosflags c++?
How can you quickly find the number of elements stored in a dynamic array?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain selection sorting. Also write an example.
What is c++ and its uses?
When must you use a pointer rather than a reference?
How are Structure passing and returning implemented by the compiler?