Which is better call by value or call by reference?
Answers
Answered by
0
Answer:
=======
=> is generally safer because you are assured that the variable values before & after your method calls are not modified unintentionally.
=======
=> is generally safer because you are assured that the variable values before & after your method calls are not modified unintentionally.
Similar questions