Computer Applications
The process of calling a method in such a way that the change in the formal arguments reflects on the actual parameter is known as:
- call by reference
- call by value
- call by method
- none
User Defined Methods
42 Likes
Answer
call by reference
Reason — The process of calling a method in such a way that the change in the formal arguments reflects on the actual parameter is known as call by reference.
Answered By
16 Likes
Related Questions
Parameters used in method call statement are known as:
- defined parameter
- passed parameter
- actual parameter
- formal parameter
Parameters used in the method definition are called:
- forward parameter
- actual parameter
- formal parameter
- none of the above
A method with many definitions is called:
- multiple method
- method overloading
- floating method
- none
A method may be associated with:
- return
- call
- promote
- none