Computer Science, asked by brainbooster29, 14 hours ago

invoking a function by passing the objects of a class is termed as​

Answers

Answered by mmaitra
20

Answer:

invoking a function by passing the objects of a class is termed as call by reference

--hope it helps.

Answered by seelamahit912
1

Invoking a function by passing the objects of a class is termed a call by reference.

What is a call by reference?

  • The address of the variable is supplied into the function call as the real parameter in the call by reference.
  • The original value has been modified in the Call by Reference method.
  • When a function is invoked as an object method, the value of this is the object itself.
  • Invoke will also return the result of the function you're calling.

As a result, calling a function by supplying the objects of a class is referred to as a call by reference.

#SPJ3

Similar questions