What is the process of defining a method in terms of itself is called?
Answers
Answered by
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.
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
0
hey!
______________________________
The process of defining a method in terms of itself is called RECURSION.
AND THE FUNCTIONS ARE CALLED AS 'RECURSIVE FUNCTIONS'.
______________________________
______________________________
The process of defining a method in terms of itself is called RECURSION.
AND THE FUNCTIONS ARE CALLED AS 'RECURSIVE FUNCTIONS'.
______________________________
Similar questions