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:

Verified
Correct Answer:
Verified
Q14: Returning references to non-const, private data:<br>A) Allows
Q15: Every object of the same class:<br>A) Gets
Q16: Which of the following statements will not
Q17: A client changing the values of private
Q18: A class-scope variable hidden by a block-scope
Q20: Which of the following statements is false?<br>A)
Q21: If the line: friend class A;<br>Appears in
Q22: An error occurs if:<br>A) A non-reference, non-const,
Q23: Which of the following preprocessor directives does
Q24: Member function definitions:<br>A) Always require the scope