What does the interface ICloneable do in C#?
Answers
Answered by
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