What About Array Elements?
If an array is an array of a reference type, then individual elements are passed as call-by-____________
Graphics[] graphicsArray = new Graphics[10];
If an array is an array of a reference type, then individual elements are passed as call-by-____________
int[] scores = new int[10];
Previous slide
Next slide
Back to first slide
View graphic version