Computer Science, asked by saxenaseema07054, 7 months ago

What type of data can be passed to a function by value ​

Answers

Answered by Xiomo
5

Explanation:

pass by reference. It doesn't matter if the parameters are primitive types, arrays, or objects, either a copy is made or an address is stored. As noted elsewhere, when objects are copied, the copy constructor is called to do the copying. Typically if you aren't going to change a variable, you use pass by value.

Answered by Anonymous
6

Answer:

in java

Explanation:

java is the type of data can be passed to a function by volume

Similar questions