WhatareFunctions
WhatareFunctions
• Functions make the task easy for the programmers as each programmer in a
team can be given a speci c task( function ) and at the end we can combine
these task together to make single application.
Advantages :
- Easy development
- Error free
- Can be developed by a team of programmers
- Reuse modules for function in other projects
Creating a Function :
return result