MCQ
Which is the most appropriate definition for recursion?
- AA function that calls itself
- ✓A function execution instance that calls another execution instance of the same function
- CA class method that calls another class method
- DAn in-built method that is automatically called