码迷,mamicode.com
首页 > 其他好文 > 详细

isKindOfClass isMemeberOfClass 的区分

时间:2015-05-13 12:33:37      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:

isKindOfClass: returns YES if the receiver is an instance of the specified class or an instance of any class that inherits from the specified class.

isMemberOfClass: returns YES if the receiver is an instance of the specified class.

 

但是这样尽量少使用吧, ruby说duck typing.比较少依赖类型。

isKindOfClass isMemeberOfClass 的区分

标签:

原文地址:http://www.cnblogs.com/studyNT/p/4499989.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!