I have read from the Wikipedia that:
“References cannot be null, whereas pointers can; every reference refers to some object, although it may or may n
that would crash your program. Did you try running it? doing *object will deference a null pointer, so in fact your reference never gets assigned.