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 is fixed in c++?
Are there interfaces in c++?
Keyword mean in declaration?
What is the oldest programming language?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is a constructor in c++ with example?
What are the 4 types of library?
Will c++ be replaced?
What are friend functions in C++?
What is a character in c++?
What do you mean by volatile and mutable keywords used in c++?
What is the identity function in c++? How is it useful?
Can we change the basic meaning of an operator in c++?
Define token in c++.
Explain terminate() and unexpected() function?