182k views
24 votes
A recursive function _____. Group of answer choices combines data members and functions in a single unit repeatedly calls other member functions of the same class repeatedly calls the main function either calls itself or is in a potential cycle of function calls

User RyanWilcox
by
4.0k points

1 Answer

9 votes

Answer:

A recursive function

Step-by-step explanation:

A recursive function either calls itself or is in a potential cycle of function calls.

User Ashwinjv
by
4.5k points