Unit 7 Lesson 7 - Recursion
Lesson summary and assignments
Answers
Vocabulary
- base case
- the instance where a recursive method will return a value rather than calling itself
- recursion
- when a method calls itself/dd>
- recursive case
- the instance where a recursive method calls itself