(Choose 1 answer)
Which is the most appropriate definition for recursion?
A. A function that calls another execution instance of the same function.
B. A function that calls another function.
C. An in-built method that is automatically called.
D. A class method that calls another class method.
48