Learning goals
- I know how data is stored in memory when my code runs.
- I know the difference between heap and stack variables.
- I know when variables are no longer available and ready for garbage collection.
- I can design my code so that the state of my reference variables remains private.