Solved

In the Textbook Implementation, the LinkedListIterator Class Is a Private

Question 47

Multiple Choice

In the textbook implementation, the LinkedListIterator class is a private inner class of the LinkedList class.Which of the following statements regarding this implementation is NOT correct?


A) The methods of the LinkedList class can access the public features of the LinkedListIterator class.
B) The methods of the LinkedListIterator class can access the public features of the LinkedList class.
C) The methods of the LinkedListIterator class can be directly accessed by other classes.
D) Clients of the LinkedListClass do not know the name of the LinkedListIterator class.

Correct Answer:

verifed

Verified

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

Related Questions