The first and getNext functions (the iterator) cannot be used in the remove function to find the node to remove because:
A. a class function cannot call any other class functions
B. they aren’t called directly by the client, so they don’t know what to search for
C. the first and getNext functions just return the elements within nodes, and the
remove function needs to know the address of the node to remove
D. it would be impossible to return the element using the reference parameter
C
You might also like to view...
In the 2-D array declaration: int matrix[10][20]; the rows are represented by which number?
A. 20 B. 2 C. 10 D. A and C
In a multipage document that users will view in Adobe Reader or Adobe Acrobat or on the web, you may need to create ____ for the viewer to use to navigate through the document or to view additional information.
A. shapes B. buttons C. menus D. panels
How can the output of a command be redirected to a file instead of being displayed on the computer's screen?
A. Type the > character followed by the file name B. Use the -out option C. Place the output file in { } brackets. D. Add "echo file" at the end of the command.
A(n) ____________________ is a repository or store of data that has an internal organization using a particular format.
Fill in the blank(s) with the appropriate word(s).