Computer Science, asked by rajpalsinghhunjan200, 5 months ago

which operation creates a new copy of the object​

Answers

Answered by Anonymous
1

Explanation:

Copying is usually performed by a clone() method of a class. This method usually, in turn, calls the clone() method of its parent class to obtain a copy, and then does any custom copying procedures.

Answered by gayathriandsruthifun
2

Answer:

Copying is usually performed by a clone() method of a class. This method usually, in turn, calls the clone() method of its parent class to obtain a copy, and then does any custom copying procedures.

Similar questions