PPT Slide
1. all objects are dynamic data.
2. because all objects are dynamic, Java “knows” that, whenever we reference an object, it must “follow the pointer”.
For example:
Java:
shoeBox.setLength(35);
Pseudocode:
shoeBox^.setLength(35)
What do we conclude from this?
Previous slide
Next slide
Back to first slide
View graphic version