Computer Science, asked by vaibhavtijare215, 10 months ago

Explain Modular programming.

Answers

Answered by mishka93
3

Explanation:

Modular programming is a software design technique that emphasizes separating the functionality of a program into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect of the desired functionality.

hope it's helpful for you

please Mark as brainlist

Answered by letmeanswer12
1

Modular programming

Explanation:

Modular programming is a design technique that aims to divide a program's functionality into separate, interchangeable modules so that only one feature of the necessary functionality can be implemented by each.

  • This allows simplicity, as rather than focusing large code in one goes, we can access it in the form of modules. This makes it easy to debug the code and is prone to fewer errors.
  • It allows the user with a new interface to reuse the functionalities.
  • It results in less conflict when working on projects, allowing a team to communicate effectively when working on a large application.

Similar questions