• 2022-10-29
    下面_________陈述是正确的?
    A: RadioButton继承自ButtonBase.
    B: RadioButton继承自Button.
    C: RadioButton继承自Labeled.
    D: RadioButton继承自Control.
    E: RadioButton继承自Node.
  • A,C,D,E

    内容

    • 0

      3、下面关于java.lang.Exception类的说法正确的是()。 A: 继承自Throwable B: 继承自Serializable C: 继承自Error D: 是异常体系的最终父类,只继承Object

    • 1

      下列关于Button控件说法错误的是 A: Button控件是RadioButton的父类 B: Button可以通过设置onClick属性来设置点击事件 C: RadioButton需要配合RadioGroup使用 D: RadioButton中的选项是非互斥的

    • 2

      假如,类M继承自类N,而类N又继承自类P,则类M也继承自类P。

    • 3

      MPMoviePlayerController继承自( )。

    • 4

      在同一个RadioGroup里的多个RadioButton,只能选中其中的一个RadioButton