Lyla is writing a program that uses a recursive method. Why might she want to use a recursive helper method?

A. to send the input to the correct recursive method
B. to make the recursive method faster
C. to prevent infinite recursion
D. to prevent users from accessing the recursive method directly