Hi EveryOne,
Destructors in C# is automatically by .Net framework. Then why to Implement Destructors like
Or when we can implement this?
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashutosh GuptaPosted Dec 1, 2019, 10:39 AM
you do not need to implment destructor for each class, it is called implicitly by the .net framwork(GC),
Rajanikant HawaldarPosted Dec 1, 2019, 10:51 AM
Dinesh GabhanePosted Dec 1, 2019, 8:38 AM