实现接口

类或对象可以实现一个或多个接口。

class Child : MyInterface {
    override fun bar() {
        // body
    }
}

results matching ""

    No results matching ""