Computer Applications

The advantage/s of user-defined methods are/is:

(i) Reusability
(ii) Complexity
(iii) Modularity

  1. Only (i)
  2. (ii) and (iii)
  3. Only (iii)
  4. (i) and (iii)

User Defined Methods

10 Likes

Answer

(i) and (iii)

Reason — User-defined methods promote reusability by allowing code to be written once and used multiple times, reducing redundancy. They also support modularity by breaking a program into smaller, manageable, and logically separate units, making it easier to understand, maintain, and debug.

Answered By

5 Likes


Related Questions