Pass the Salt, and an Array of int
From last time: primitive types and reference types
Parameter passing: offering data to a method in the method call
public void paint(Graphics graphObject)
When you call paint, give it a Graphics object
How does Java pass data around?
Previous slide
Next slide
Back to first slide
View graphic version