9.3.6 当做富接口使用的特质

富接口:即该特质中既有抽象方法,又有非抽象方法

trait Operate {
    def insert( id : Int ) //抽象
    def pageQuery(pageno:Int, pagesize:Int): Unit = { //实现
        println("分页查询")
    }
}
Copyright © 尚硅谷大数据 2019 all right reserved,powered by Gitbook
该文件最后修订时间: 2018-12-03 09:01:33

results matching ""

    No results matching ""