Computer Science, asked by arjunsaneesh6410, 1 year ago

Which is better call by value or call by reference?

Answers

Answered by MrTSR
0
Answer:
=======

=> \bold{Call\:by\:value} is generally safer because you are assured that the variable values before & after your method calls are not modified unintentionally.

Similar questions