Page 1 of 1

Which is the most appropriate definition for recursion?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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