开发者

what object type does self.parent in obj-c return? [closed]

开发者 https://www.devze.com 2023-01-05 03:47 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the hel开发者_JAVA百科p center. Closed 10 years ago.

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消