Every recursive method must have a
- A
Loop
- Bcheck_circle
Base case (termination condition)
- C
Multiple returns
- D
Static method
Explanation
Without a base case, infinite recursion → stack overflow.
AP Computer Science A· difficulty 3/5
Every recursive method must have a
Loop
Base case (termination condition)
Multiple returns
Static method
Explanation
Without a base case, infinite recursion → stack overflow.
Want 10 more like this — adaptive to your weak spots?