Hello,
While solving some exercises, i stumbled upon 2 methods of different classes that return an object of type Item, but in the description one of them said "return the Item object" and the other one was "return a reference to the Item object" whats the difference between the two?
Thanks in advance

