Misconception: Students believe that reference pointers go both directions such that objects know what points to them.

  • Explain to students that objects only know what objects they are pointing towards, not what points towards them.
    • Another way to think of this is that reference pointers are arrows that only point in one direction.