單項選擇題Kotlin中如果子類有主構(gòu)造函數(shù),則基類必須在()中立即初始化

A.次構(gòu)造函數(shù)
B.主構(gòu)造函數(shù)
C.init塊中
D.static代碼塊


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Kotlin中Any默認提供了三個函數(shù)不包括()

A.equals()
B.compare()
C.hashCode()
D.toString()

2.單項選擇題Kotlin中下列類實例化方法正確的是()

A.Runoobsite=newRunoob()
B.valsite=newRunoob()
C.Runoobsite=Runoob()
D.V.alsite=Runoob()

3.單項選擇題Kotlin中如何定義一個空類()

A.Emptyclass
B.Null
C.classEmpty
D.以上都不對