Solved

Which of the Following Is Not True of a Destructor

Question 19

Multiple Choice

Which of the following is not true of a destructor?


A) It performs termination housekeeping.
B) It is called before the system reclaims the object's memory.
C) If the programmer does not explicitly provide a destructor, the compiler creates an "empty" destructor.
D) It releases the object's memory.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions