swift学习笔记之-继承
摘要://继承 import UIKit /* 继承(Inheritance): 1.一个类可以继承(inherit)另一个类的方法(methods)、属性(properties)和其它特性。当一个类继承其它类时,继承类叫子类(subclass),被继承类叫超类(或父类,superclass)。在 Swi
阅读全文
posted @ 2016-02-08 00:40
posted @ 2016-02-08 00:40
posted @ 2016-02-07 22:39
posted @ 2016-02-07 12:40
posted @ 2016-02-06 22:37
posted @ 2016-02-05 14:30