Computer Science, asked by Himu2744, 11 months ago

What are the advantages of using a modular approach in programming ?

Answers

Answered by mishka93
1

Explanation:

Modular Programming helps develop programs that are much easier to read since they can be enabled as user-defined functions. A program that carries multiple functions is easier to follow, whereas a program that does not have a function is much harder to follow.

hope it's helpful for you

please Mark as brainlist ☺️

Answered by letmeanswer12
1

Advantages of using a modular approach in programming

Explanation:

Modular programming is the mechanism by which a computer program is split into different sub-programs.

The advantages of using modular programming include:

  • Programs can be built better since only a small portion of the whole code is dealt with by a small team.
  • A single reuse process can be created, removing the need for constant retyping of the code.
  • Modular programming facilitates the collaboration of several programmers on the same application.
  • The code is short, quick and easy to understand.
  • Errors can be easily detected, as they are placed in a subroutine or function.

Similar questions