KnowledgeBoat Logo

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:

  1. call by reference
  2. call by value
  3. call by method
  4. 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