Solved

A Recursive Solution Can Be Preferable to an Iterative Solution

Question 7

Multiple Choice

A recursive solution can be preferable to an iterative solution because:


A) recursive method calls are faster than iterative looping
B) recursive solutions may be easier to understand than iterative ones
C) recursion uses less memory than iteration
D) iteration should be avoided.

Correct Answer:

verifed

Verified

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

Related Questions