Every time you are trying to perform any operation with a reference, "Despite appearances, no operator operates on a reference. The reference always refers to the object it was initialized with".

Which just means that when ever you are trying to take a reference to (reference to an object), you are just taking reference to the object