Which Is The Most Appropriate Definition For Recursion #713
Which is the most appropriate definition for recursion?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Argument Passing, Variables and Recursion - Python Recursion - Quiz No.1.
Which is the most appropriate definition for recursion?
A function that calls itself
A function execution instance that calls another execution instance of the same function
A class method that calls another class method
An in-built method that is automatically called