First page Back Continue Last page Graphics
What You Can Do With Object Variables
Assign it the value of a new object
Give it no value at all
- example: d = null;
- Note: null is not a special object!
Send it a message
- example: System.out.println("c = "+c.getValue()+ ...);