What is the use of a function module

Showing Answers 1 - 3 of 3 Answers

This is one of modularization technique. While writing program, some functionality (coding) may get repeated. Instead of repeating the code, we can create a function module and we can call this where it is required.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions