More on declaration and accessing
What happens in the statemente[3] = new Employee(�Millett�, 1999);
Given allocated array e, we can reference e[0], e[1] �., but we can also use expressions as array indices: e[2*b], e[i], etc.
Previous slide
Next slide
Back to first slide
View graphic version