Font size
WorksheetsProperties
Total questions: 10
Worksheet time: 5mins
Property is defined as...
a variable that stored classes
a variable that is attached to an object
a variable that is store value in an object
Properties allow you to change a single object without it causing a change in any other object?
true
false
How do you define property class?
Similar feathers
Similar variables
Similar characteristics
The "traits" can change because it is also a type of variable?
yes
no
not sure
Which code is the correct individual property?
flamingo.feather="blue";
flamingo.Feather= blue;
flamingo.feather="blue"
When flamingo.feather="green" is coded, does this apply to all the sprites in your code?
it doesn't apply to any of the sprites.
it only applies to only one sprite
it applies to two or more sprites
Can a variable change in property?
yes
no
it doesn't apply to a property.
From the video, the property of blue blaster strength does not increase the strength of blue blaster to 2. Why?
a single change in properties will increase the value of the second value property.
when both object value changes it affects the whole coding progress.
properties allow changing a single object without affecting the second object
How does property help in making and playing games?
Property makes the game colorful and interesting
property values affect how an object behaves
Property values can change
If a variable is a container that stores information called value, then what is the property value for this code:
lion.fur= "brown"
"fur"
"lion"
"brown"
