Saved Bookmarks
| 1. |
Explain Modular Programming? |
|
Answer» Dividing the program in to sub programs (modules/function) to achieve the given task is modular APPROACH. More GENERIC functions definition GIVES the ability to re-use the functions, such as built-in LIBRARY functions. Dividing the program in to sub programs (modules/function) to achieve the given task is modular approach. More generic functions definition gives the ability to re-use the functions, such as built-in library functions. |
|