Computer Science, asked by bhardeajmritunjay7, 11 months ago

difference between structured programming and modular programming​

Answers

Answered by debangshu90hazra
22

Answer:

Structured Programming is designed which focuses on process/ logical structure and then data required for that process. Object Oriented Programming is designed which focuses on data. Structured Programming is also known as Modular Programming and a subset of procedural programming language.

MARK AS BRAINLIEST.. :)

Answered by Raghuroxx
61

Answer:

➡️Modular programming means separating your programs into separate functional units (modules). Each module does a well-defined task and the modules are called by one-another as needed. Typically, the state of each module is encapsulated and only supposed to be altered by the functions from that module.

➡️Structured programming is a technique where you use subprograms (functions) and control-structures (like if-statements or loops) to structure the control-flow of your programs instead of doing so by liberal use of go to. If you learn programming today, you won't ever have learned how to write unstructured programs.

Explanation:

hope it's help you‼️‼️☑️☑️

Similar questions