Multiple Choice
A class ____ automatically executes whenever a class object goes out of scope.
A) constructor
B) destructor
C) pointer
D) exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Which of the following can be used
Q34: What is the value of x after
Q35: Given the declaration int *a;, the statement
Q36: What is the output of the following
Q37: Given the declaration<br>int *p;<br>The statement<br>p = new
Q39: The statement that declares board to be
Q40: In C++, virtual functions are declared using
Q41: In C++, _ is called the address
Q42: Consider the following statements:In the function pointerParameters,
Q43: In C++, you declare a pointer variable