Sunday, 22 April 2012

What is the difference between an argument and a parameter?


While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.

No comments:

Post a Comment