2
Answers

How to delete cloned object in prototype pattern using c#?

Photo of Rajan Mishra

Rajan Mishra

7y
699
1
Hi coders,
 
Recently I was working with the prototype design pattern and created 10 cloned object.
 
But the question is how to remove cloned object is there any better way to delete such objects using c#.
 
Thanks 

Answers (2)