單項選擇題Kotlin中類成員默認是什么訪問權限()

A.public
B.private
C.protected
D.internal


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Kotlin中使用哪個關鍵字來創(chuàng)建一個類()

A.class
B.type
C.struct
D.model

2.單項選擇題Kotlin中哪個循環(huán)可以用來遍歷區(qū)間()

A.for-in
B.while
C.do-while
D.foreach

3.單項選擇題Kotlin中表示一個區(qū)間的語法是什么()

A.[start..end]
B.start..end
C.(start,end)
D.start to end

5.單項選擇題Kotlin中,哪個類表示單精度浮點型()

A.int
B.Integer
C.Float
D.double