美文网首页
斯坦福ios7 lecture6 要点

斯坦福ios7 lecture6 要点

作者: 五常大米娃 | 来源:发表于2017-03-10 11:52 被阅读0次

1.抽象表示这个类不能被实例化使用,只能用作具体类的超类。所有抽象方法都应该是公有的,否则子类就不知道它们需要实现这些方法。

2.输出口和操作是被当作私有内容的,不需要设成公有,也可以进行连接。如果你想调用超类中的方法,需要设置为公有的,因为没有保护(为什么程序中标注protected?)。

3.Multiple MVCs: the view of that controller is other MVCS.

4.Scene: a combination of a controller and a particular view that we've built.

相关文章

网友评论

      本文标题:斯坦福ios7 lecture6 要点

      本文链接:https://www.haomeiwen.com/subject/zmungttx.html