Q109. Define Modular Programming Paradigm.
Q109. Define Modular Programming Paradigm.
Ans. Decide which modules you want; partition the program so that data is hidden in modules.
Ans. Decide which modules you want; partition the program so that data is hidden in modules.