Classes and Objects: Point Ex. 4
Static or Class Fields
Same value for all class instances
One copy is shared
public static Point origin = new Point();
Previous slide
Next slide
Back to the index
View Graphic Version
Notes:
No notes for slide 16