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.