-(BOOL) isKindOfClass: classObj |
is object a descendent or member of classObj |
-(BOOL) isMemberOfClass: classObj |
is object a member of classObj |
-(BOOL) respondsToSelector: selector |
does the object have a method named specifiec by the selector |
+(BOOL) instancesRespondToSelector: selector |
does an object created by this class have the ability to respond to the specified selector |
-(id) performSelector: selector |
invoke the specified selector on the object |