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
Who created c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is an iterator class in c++?
What is size of string in c++?
Write about the use of the virtual destructor?
How do you print a string on the printer?
Why is c++ difficult?
why is iostream::eof inside a loop condition considered wrong?
What should main() return in c and c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is :: operator in c++?
What is object in c++ example?
Which function cannot be overloaded c++?
Explain the use of vtable.
What is the difference between mutex and binary semaphore?