摘要: ———————————————————————————————————————————super关键字的使用#import @interface Animal : NSObject-(void)run;-(void)eat;//+(void)eat;@end@implementation Anima... 阅读全文
posted @ 2015-08-26 22:25 王中尧 阅读(239) 评论(0) 推荐(0) 编辑
摘要: ———————————————————————————————————————————动态类型检测代码:#import @interface Animal : NSObject-(void)run;-(void)abc;@end@implementation Animal-(void)run{ NS... 阅读全文
posted @ 2015-08-26 11:13 王中尧 阅读(162) 评论(0) 推荐(0) 编辑