Programming Approaches

Explain and differentiate Modular Programming and Structured Programming approach?

Questions by mesharat

Showing Answers 1 - 3 of 3 Answers

Programming approaches

Modular- In this approach we have some code that are implemented thru short of modules. We basically empasize on that modules and that modules are collectively form a program in a sequence.Like-JAVA,Simula.

Structured: This approach is when we are havind a hierachel structure like top-bottom,
up-down and vice-versa also. 

Like we have in C++,C We have structue for declaration->definition->FunctionCall->FunctionJump   

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions