Multiple choice

Which of the following gets supported by the most computer programming languages by allowing a function to call itself within the program text?

  1. Modular programming

  2. Reusability

  3. Polymorphism

  4. Recursion

  5. Abstraction

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

It is a method where the solution to a problem depends on solutions to smaller instances of the same problem.