Which Of These Is Not A Correct Statement #446
Which of these is not a correct statement?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Object Oriented Concepts - Recursion - Quiz No.1.
Which of these is not a correct statement?
A recursive method must have a base case
Recursion always uses stack
Recursion is always managed by C# Runtime environment
Recursive methods are faster that programmer written loop to call the function repeatedly using a stack