This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

MarcosAntas
MarcosAntas presents ...

2014/4/28

Criando Objetos

Simulador de criação de objetos basico.

2489 views / 645 in the last 7 days

1 vote | 0 in the last 7 days

Tags: simulation with-source

open in greenfoot

There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)

This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.

UnicusUnicus

2014/4/28

Some instructions would be nice... :) Algumas instrucoes por favor? :)
MarcosAntasMarcosAntas

2014/5/12

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

Want to leave a comment? You must first log in.

Who likes this?

herusaputra