Solved

A Linked List Class Using Dynamically Allocated Memory Should Free

Question 28

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 class destructor.
B) overriding the class removal function.
C) the system's memory deallocator.
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