Which of the following characteristics makes a function recursive?
1) The function needs another function
2) The function doesn't require a beginning value
3) The function calls itself
4) The function doesn't call itself