Solved

When Testing the Delete Method of a Linked List, What

Question 58

Multiple Choice

When testing the delete method of a linked list, what scenarios do we want to test?


A) Attempt to delete an item not in the list.
B) Delete the first item in the list.
C) Delete an item in the middle of a list.
D) All of these are correct.

Correct Answer:

verifed

Verified

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

Related Questions