29.11.2012 Views

run() finalizado Nuevo Muere - Web del Profesor - ULA

run() finalizado Nuevo Muere - Web del Profesor - ULA

run() finalizado Nuevo Muere - Web del Profesor - ULA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2.6. Asignación de Variables<br />

Sintaxis:<br />

int x = 1;<br />

int y = x;<br />

Persona alumno = new Persona();<br />

Persona nuevoAlumno = alumno;<br />

¿Qué le pasa a y si modificamos a x?<br />

¿Qué le pasa a nuevoAlumno si modificamos a alumno?<br />

Los objetos no se copian, se referencian.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!