单项选择题Kotlin中哪个关键字用于声明一个开放类()

A.open
B.public
C.class
D.external


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Kotlin中类成员默认是什么访问权限()

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

2.单项选择题Kotlin中使用哪个关键字来创建一个类()

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

3.单项选择题Kotlin中哪个循环可以用来遍历区间()

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

4.单项选择题Kotlin中表示一个区间的语法是什么()

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

5.单项选择题Kotlin中使用哪个关键字来实现条件判断()

A.if
B.switch
C.case
D.when

6.单项选择题Kotlin中,哪个类表示单精度浮点型()

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

9.单项选择题Kotlin与Java的兼容性主要得益于什么()

A.Kotlin编译器
B.Java虚拟机
C.IntelliJ IDEA
D.Android Studio

10.单项选择题Kotlin在哪一年成为Android开发的一级语言()

A.2016
B.2017
C.2018
D.2019