PPT Slide
Introduction to Programming, Lecture 3
Distinguish between primitives and objects.
Assignment with Primitives:
Code: Memory:
int x;
x
int y;
x = 5;
x=5
y = x;
y
x
x=5
y=5
y
Objects and References
Previous slide
Next slide
Back to first slide
View graphic version