Multiple Choice
Which of the following is automatically called when an object is destroyed?
A) the constructor function
B) the specification deallocator
C) the destructor function
D) the destruction function
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: If you do not declare an access
Q41: Constructor functions are often used to allocate
Q42: Assume that myCar is an instance of
Q43: While a class's member functions may be
Q44: Where are class declarations usually stored?<br>A) on
Q46: Class objects can be defined prior to
Q47: For the following code, which statement is
Q48: What is the output of the
Q49: When a constructor has a member initialization
Q50: The destructor function's return type is<br>A) int<br>B)