Lecture 5 Objectives
At the end of today's class you should
KNOW:
- If you want to change the value of a field, use the = operator (assignment operator)
- If you use =, the old value is no longer accessible
- That when a method returns void, you can't chain together multiple operations on it with a single expression
BE ABLE TO:
- Show how the memory map changes when you use =