Let's say I have an instance of AClass, and it creates an instance of
AnotherClass. During the initialization of AnotherClass, does
AnotherClass have a way to know what object initialized it?
For clarity, I'm not asking about setting a delegate, just wondering
if one object can determine its creator.