Objects
|
Top Previous Next |
· | the type and meaning of the data that the Object contains (properties)
|
· | the way in which the Object and data can be manipulated (methods)
|
· | the way in which the Object behaves during certain conditions (events).
|
· | Name
|
· | Type
|
· | Noise
|
· | Angry
|
· | MakeNoise()
|
· | MakeAngry()
|
· | Walk()
|
· | Run()
|
· | IsAngry()
|
· | IsHungry()
|
· | IsTired()
|