填空题
Kotlin类的初始化函数()
init
判断题 Kotlin中抽象方法必须在子类中重写,所以可以省略open关键字
判断题 Kotlin中open和private可以同时使用
判断题 Kotlin中类可以被直接继承