What is the parameter with type and parameter without type?
Answers
Answered by
13
Answer:
A parameter is a variable in a method definition. When a method is called, thearguments are the data you pass into the method's parameters. Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed to function.
Answered by
6
Answer:
parameter withtype definition ana without type definition in easy method
Similar questions