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
Login to rate this answer.