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

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


您可能感興趣的試卷

你可能感興趣的試題

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