MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the most appropriate definition for recursion? |
| 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 |
| Answer» C. a class method that calls another class method | |