Methods or Functions in c
Methods or Functions in c
FUNCTIONS IN C#
METHODS OR FUNCTIONS
There are many advantages of using methods. Some of them are listed
below:
• It makes the program well structured.
• Methods enhance the readability of the code.
• It provides an effective way for the user to reuse the existing code.
• It optimizes the execution time and memory space.