En esta clase el profesor siguió explicando todo sobre memorias e hizo mas ejemplos sobre estas
aqui los anotado en clase.
X 3020 3080 metodos
X set A ()
a 6090 get A ()
b 7 set B ()
get B ()
Y 6090
Z set E ()
e 4050 get E ()
f 3.5 set F ()
get F ()
Z Y
c C;
d true
Xx=new x ();
x.set A (new z ();
x.setB (7);
x.getA ().setE (new y ());
x.getA().setF (3.5)
No hay comentarios:
Publicar un comentario