Computer Applications

Mr. Sanjay is an event manager, he plans and allots duties to each of his subordinates to handle different events. In a program, a task is divided into simple methods. Name the feature used in these contexts.

  1. Complexity
  2. Modularity
  3. Reusability
  4. Monolithic

User Defined Methods

1 Like

Answer

Modularity

Reason — Modularity refers to the practice of dividing a program into separate sub-programs or methods, each handling a specific task. In the context where Mr. Sanjay divides a task into simple methods, the feature being used is modularity.

Answered By

2 Likes


Related Questions