To Examples
UML Diagram for BasketballPlayer
BasketballPlayer
+ name : String
+ jerseyNumber : int
+ heightFeet : int
+ heightInches : int
+ weight : int
+ position : int
+ catch( )
+ dribble( )
+ setScreen( )
+ shoot( )
+ pass( )
+ run( )