Computer Applications
In which technique are the values of actual parameters copied to the formal parameters?
- call by reference
- call by value
- call by argument
- call by method
User Defined Methods
3 Likes
Answer
call by value
Answered By
3 Likes
Related Questions
The scope of a local variable is limited to the ...........
The technique in which the change in the formal parameter gets reflected in the actual parameter is known as ...........
A method with many definitions is known as ...........
State whether the following statement is True or False :
A method may contain any number of return statements.