How is modular programming similar to procedural programming?
Answers
Answered by
17
Answer:
What is the similarity between procedural paradigm and modular programming? Modularity is a question of defining functions and grouping them in ways that avoid unnecessary coupling between components. ... It means breaking up your code into functions. That's at a lower level than modularity, but it's similar
Answered by
21
Answer:
. In modular programming, a set of related procedures with the data they manipulate is combined under a unit called module. Where there is no grouping of procedures with related data, the procedural programming approach still applies
Explanation:
Similar questions
Math,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago