Let\'s say I have a parent/child-relationship ob objects and try to create a parent object inline (I\'m not really sure that\'s the right word). Is it possible to reference
No, because the reference starts referencing the allocated object after the constructor's execution has finished.