5785 shaares
331 results
tagged
reference
takuo toda
takuo toda
jaxa paper airplane
"ps"
komanda u terminalu
You can refer to an instance of a class (a variable of the type of your class) like:
instanceName.variableName
Eg.: class Ball
Instance: Ball oneBall = new Ball();
Usage: oneBall.speed
(not Ball.speed - unless speed is static, but that's another story...)