Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: An Abstract data type (AD<br>T) is a
Q2: When three different objects of a class
Q3: When the body of a member function
Q4: When an object or structure variable is
Q6: The bundling of an object's data and
Q7: A constructor is a public class function
Q8: A constructor that does not require that
Q9: A structure variable is similar to a
Q10: A structure has member variables, like an
Q11: The _ is used to protect important