Multiple Choice
A ________ is a member function that is automatically called when a class object is ________.
A) destructor, created
B) constructor, created
C) static function, deallocated
D) utility function, declared
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: When the body of a member function
Q7: You must declare all data members of
Q15: When a member function is defined outside
Q16: This is automatically called when an object
Q17: Class declarations are usually stored here.<br>A)on separate
Q18: One purpose that constructor functions are often
Q22: Assume that myCar is an instance of
Q24: Objects are created from abstract data types
Q30: A destructor function can have zero to
Q37: If you do not declare a destructor