For example:

public class Person
{
    public Person()
    {
    }

    ~Person()
    {
    }
}

When should I manually create a destructor?
When have you needed to create a destructor?

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *