Test Your Knowledge 1
Let's take a small quiz!
We'll cover the following
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.
Question 1 of 100 attempted
In the next lesson, we will introduce iterative method of problem solving.