أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
a) Recursion is another form of class
b) Recursion is another process of defining a method that calls other methods repeatedly
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 calls this method
Option c is the correct answer.
C is the answer
Recursion is a process of defining a method that calls itself repeatedly
c)Recursion is the process of defining something in terms of itself. It allows us to define method that calls itself repeatedly until it meets some base case condition.
A function which call itself is called recursion.
Option C is the correct answer.
The process of defining something in terms of itself and define a method that calls itself repeatedly, so the answer will be number (C)