Computer Science, asked by jananijohn4380, 1 year ago

How is modular programming similar to procedural programming?

Answers

Answered by Anonymous
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 karmoumita0181
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