When using recursion on linked lists
A) the linked list class is subclassed, and then the recursive method overrides a method of the same name in the list class
B) the recursive method should be one of the methods specified in the List interface
C) the recursive method should be made private, and should be called by a public non-recursive method
D) the recursive method should not call itself outside of its base case
C) the recursive method should be made private, and should be called by a public non-recursive method
You might also like to view...
If space becomes limited or you just do not use an app anymore, you can ____________________ it to free up storage space.
Fill in the blank(s) with the appropriate word(s).
HTML5 is quickly becoming the prominent web standard.
Answer the following statement true (T) or false (F)
In the decimal system, _________ is the maximum value that a position can hold before it flips over into the next higher position.
Fill in the blank(s) with the appropriate word(s).
The term __________ can be used to describe anything that uses binary numbers.
a. digital b. computer c. mnemonic d. processor