To Documents
Examples of Objects in Everyday Life
 
 
Basketball player
-  Properties   Height, Weight, Name,
Weight, Name, JerseyNumber, Location, Velocity.
 -  Methods   ShootBall,
PassBall, Dribble. 
 -  Events   PlayerBecomesOpen,
AnotherPlayerBecomesOpen, InComingBall.
 - BasketBallPlayer UML Diagram
 
 
Coin
-  Properties   Denomination, Date,
MintLocation, Condition, FaceShowing. 
 -  Method   RandomlyChangeFaceShowing. 
 -  Events   Gets Flipped.
 - Coin UML Diagram
 
 
Button Control
-  Properties   Size, Location, Text, Visible, Enabled
 -  Methods   Show, Hide, Focus, Move
 -  Events   Click, MouseOver, KeyPress
 - Button UML Diagram