To Homework 5
BasketBall Player Object
Table
BasketballPlayer |
Properties | Methods |
Name | Shoot |
JerseyNumber | Pass |
Height | Dribble |
Position | Run |
IsStarter | Stop |
Comments
These comments are to clarify the properties and/or methods
if necessary.
- Values of Position are guard, forward, center.
- Values of IsStarter are true or false.
- Shoot: shoot a jumpshot.
- Pass: throw ball to another player.
- Dribble: bounce ball with one hand while running.