Solved

A List Can Be Considered a Recursive Data Structure Because

Question 5

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:

verifed

Verified

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

Related Questions