Computer Science, asked by khajashfaq6572, 1 year ago

What is the process of defining a method in terms of itself is called?

Answers

Answered by Anonymous
0
✔✔✔✔✔✔✔

c.....Recursion is a process of defining a method that calls itself repeatedly.

d.....Recursion is a process of defining a method that calls other methods which in turn call again this method.

✌Explanation: ✌Recursion is the process of defining something in terms of itself.

It allows us to define method that calls itself.
Answered by Anushka0408
0
hey!

______________________________

The process of defining a method in terms of itself is called RECURSION.

AND THE FUNCTIONS ARE CALLED AS 'RECURSIVE FUNCTIONS'.

______________________________
Similar questions