Logo 
Search:

C# FAQ

Submit Interview FAQ
Home » Interview FAQ » C#RSS Feeds

Should I make my destructor virtual?

  Shared By: Douglas Sullivan    Date: Sep 24    Category: C#    Views: 583

Answer:

A C# destructor is really just an override of the System.Object Finalize method, and so is virtual by definition.

Share: 
 

Didn't find what you were looking for? Find more on Should I make my destructor virtual? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: