Pregunta de entrevista de Mobile Apps Company

What's the difference between passing by value and reference?

Respuesta de la entrevista

Anónimo

22 nov 2016

Value creates a copy, while reference modifies the actual data.

1