2015年10月28日

摘要: 今天主要讲的是OC继承的使用 创建一个父类 使用其相同的属性来创建子类 子类继承任何父类的属性和方法(点击打开链接附带一个例题,名字为继承类)#import#import"Person.h"#import"Student.h"#import"LStudent.h"int main(int argc... 阅读全文
posted @ 2015-10-28 21:58 彩虹直至黑白 阅读(120) 评论(0) 推荐(0)

导航