Delphi Language ::
Functions and procedures are an important part of the Delphi language. Delphi allows us to work with functions and procedures that support default parameters (making the parameters optional), and permits two or more routines to have identical name, but operate as totally different routines.
Functions and procedures are an important part of the Delphi language. Delphi allows us to work with functions and procedures that support default parameters (making the parameters optional), and permits two or more routines to have identical name, but operate as totally different routines.
Read the full article to learn about: Overloading Methods And Default Parameters
Related:
Let's see how Overloading and default parameters can help you code better...
Comments
No comments yet. Leave a Comment
