A destructor is a member function that
A) is used to remove old unneeded objects.
B) causes the program to end.
C) is automatically called when an object is destroyed.
D) can only be called by the main function of a program.
E) None of the above.
C) is automatically called when an object is destroyed.
Computer Science & Information Technology