DSA Python Recursion Question 1

Last Updated :
Discuss
Comments

Which is the most appropriate definition for recursion?

A class method that calls another class method 

A function execution instance that calls another execution instance of the same function

An in-built method that is automatically called 

A function that calls itself

Share your thoughts in the comments