views:

33

answers:

1

just curious to know if it would return (id) or (parent class) or something else.

+3  A: 

It would return whatever you define that property to return on that particular object. There is no "parent" property by default on any base object.

jer