Multiple choice

Which of the following is NOT an advantage of subprograms (procedures and functions)?

  1. Modularity

  2. Reusability

  3. Abstraction

  4. Inheritance

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

There is no inheritance in subprogram and therefore it cannot be counted as one of its advantages.