Vidyalelo
C# Programming · Q76

Classes and Objects in C Sharp

Programming · C# Programming · question 76

Q76

What is Recursion in CSharp defined as?

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
Answer
D.
Recursion is a process of defining a method that calls other methods which in turn calls this method

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board