Multiple Choice
A list can be considered a recursive data structure because
A) list classes implement list interfaces
B) list objects are instances of list classes
C) if you remove the head of the list,what remains is also a list
D) None of the above: only methods can be considered recursive.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A list method void add(int index,E x)seeking
Q2: To allocate storage for their elements,linked lists
Q3: The tail of a list<br>A) is an
Q4: To remove the first node in a
Q6: To remove a node with index 0
Q7: Scientists in a certain laboratory are working
Q8: In many recursive operations on lists,<br>A) the
Q9: A list method E remove(int index)designed to
Q10: A list in which each stored element
Q11: A linked list class uses a Node