Modular Programming & Defensive Programming Flashcards
1
Q
Modular Programming Definition
A
Breaks program into subcomponents called modules.
Each modules composed of self contained set of instructions.
Each modules design to perform specific task in overall program.
2
Q
Defensive Programming
A
Ensure continuing function of software under unforseen circumstances.
Improve software in terms of quality.
Make source code more understandable.