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
(d) Recursion is a process of defining a method that calls other methods which in turn calls this method
This question was posed to me in an online interview.
My question is from Recursion topic in division Object Oriented Concepts of C#
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.