Swift Swift基础之继承 xmamiga 2018年6月5日2018年11月15日 一个类可以继承(inherit)另一个类的方法(methods),属性(property)和其它特性。当一个类继承其它类时,继承类叫子类(s Read more →