Computer Science, asked by aryamathew4403, 10 months ago

What does the interface ICloneable do in C#?

Answers

Answered by Avinashj2002
0

The ICloneable interface creates a copy of the exisiting object i.e a clone. Clone() − The clone() method creates a new object that is a copy of the current instance.

Similar questions