A Node class for a linked list that can hold elements of type Object can be declared to have fields

A) Object element;
B) Object element; Node next;
C) Object element; Node *next;
D) Object element; next element;

B) Object element; Node next;

Computer Science & Information Technology

You might also like to view...

A group of memory locations with the same name is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What are the drawbacks of using a symbolic link?

What will be an ideal response?

Computer Science & Information Technology