You may create, initialize and assign Objects by clicking the green button.
Você pode criar, inicializar e atribuir Objetos clicando no botão verde.
Objeto object1;
object1 = new Objeto();
Objeto object2 = new Objeto();
object1 = object2;
object2 = null;
These are the commands that have been implemented.
The N beside the variable's name is the memory address index of the object.
Esses são os comandos que foram implementados.
O N ao lado do nome da variavel é o endereço de memória do objeto que ela referencia.
Here's the video exemple.
http://www.youtube.com/watch?v=YIcZbyq__Y8
2014/4/28
2014/5/12