What type of data can be passed to a function by value
Answers
Answered by
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
6
Answer:
in java
Explanation:
java is the type of data can be passed to a function by volume
Similar questions
English,
3 months ago
Hindi,
3 months ago
Social Sciences,
7 months ago
Social Sciences,
7 months ago
Chemistry,
11 months ago
Math,
11 months ago