Computer Applications

Write two advantages of using functions in a program.

User Defined Methods

ICSE 2010

13 Likes

Answer

  1. Methods help to manage the complexity of the program by dividing a bigger complex task into smaller, easily understood tasks.
  2. Methods help with code reusability.

Answered By

9 Likes


Related Questions