When you pass an object as an argument to a function, it is called……………….
A call by value
B call by function
C call by reference
D call by class
Answers
Answered by
4
Answer:
call by refernce not co firm but i think
Answered by
1
Answer:
please mark this as brainlest answer
Explanation:
To pass an object as an argument we write the object name as the argument while calling the function the same way we do it for other variables. Syntax: function_name(object_name); Example: In this Example there is a class which has an integer variable 'a' and a function 'add' which takes an object as argument.
Similar questions