Wyo Java Ch. 17 Lecture Notes

Objective #1: Trace recursive methods.
How do you trace recursive methods?

Objective #2: Explain the relationship between recursion and iteration.
How is recursion related to iteration?

Objective #3: Write recursive methods.
How do you write a recursive method?

Objective #4: Identify the efficient and the inefficient use of recursion.
How do you tell whether recursion is being used efficiently or not?