Method Overloading


/ Published in: C#
Save to your folder(s)

To accomplish Method Overloading, a developer can define two or more methods with the same name. Each method will take a different set of parameters. The parameter combination or signature, is what the compiler uses to determine which method to use.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.