Which is the most appropriate definition for recursion?
A. A function that calls itself
B. A function execution instance 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
Answer: Option B

Join The Discussion