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,
4 months ago
Computer Science,
4 months ago
Social Sciences,
8 months ago
Social Sciences,
8 months ago
Chemistry,
1 year ago
Math,
1 year ago