Which statement is false?
A. A linked list is a linear collection of self-referential class objects called nodes connected by reference links.
B. A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable.
C. The System.LL namespace contains class LinkedList.
D. By convention, the link reference in the last node of a list is set to null to mark the end of the list.