About Lesson
Advantage of Function:-
-
Function में लिखा हुआ code बार-बार लिखना नहीं पड़ता।
-
Function Programmer का समय और script की space बचाता है।
-
बड़े script को छोटे-छोटे function में विभाजित किया जा सकता है।
-
अगर script में कही पर error आ जाए तो उसे आसानी से निकाला जा सकता है।
-
जहाँ पर जरुरत हो वहाँ पर एक ही function को बार-बार call किया जा सकता है।
Advantage of Function:-
• The code written in the function does not have to be written again and again.
• Function saves programmer time and script space.
• Large scripts can be divided into small functions.
• If an error occurs anywhere in the script, it can be easily removed.
• Wherever required, the same function can be called repeatedly.