Parameters/Arguments
What are 'Arguments'?
In programming, arguments are pieces of data which are sent to a function upon calling that function. Arguments can be any standard variable type, this includes types such as 'String', 'Integer' and 'Boolean'.
What are 'Parameters'?
Parameters (Params) are the pieces of data which are request or required once a function has been called.
- Read more about Parameters/Arguments
- Log in or register to post comments
- 117 views