Advertisements
Advertisements
Question
List some of the features of modular programming.
Short Note
Solution
Important features of Modular programming:
- Emphasis on the algorithm rather than data
- Programs are divided into individual modules
- Each module are independent of each other and have their own local data
- Modules can work with their own data as well as with the data passed to it.
- Example: Pascal and C.
shaalaa.com
Programming Paradigms
Is there an error in this question or solution?