Test Your Knowledge 1
Let's take a small quiz!
Quiz on Recursion Fundamentals
This Quiz will take maximum 10 minutes.
1.
Which is the most appropriate definition for recursion?
A.
A function that calls another function.
B.
A function that calls another execution instance of the same function.
C.
A class method that calls another class method.
D.
An in-built method that is automatically called.
1 / 10
In the next lesson, we will introduce iterative method of problem solving.