Multiple Choice
C++ includes ____,which specify how to deallocate memory for objects.
A) deallocators
B) garbage collectors
C) destructors
D) erasers
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: When multiple inheritance is declared using the
Q32: In Smalltalk,a message is a request for
Q33: In C++,_ members are accessible by derived
Q34: The Smalltalk block object is enclosed in
Q35: In C++,template classes can be used to
Q37: The unique structure of each application is
Q38: To avoid repeated inheritance,one must _.<br>A) declare
Q39: Java uses _ to deallocate objects that
Q40: In Java,scalar data types are objects for
Q41: In C++,instance variables and methods are both