Solved

A Linked List Class Using Dynamically Allocated Memory Should Free

Question 21

Multiple Choice

A linked list class using dynamically allocated memory should free its memory when the list is destroyed. This can be done by


A) the system's memory deallocator.
B) the class destructor.
C) overriding the class removal function.
D) overloading the class removal function.
E) None of the above

Correct Answer:

verifed

Verified

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

Related Questions