题目内容

Which indirect speech is not right?

A. He said,"I opened the window this morning."He said that he opened the window that morning.
B. The manager said to me:"you must go there the next week."The manager told me that I must go there the next week.
C. "I'll do it tomorrow," he promised.He promised that he would do it the next day.
D. He said:"she arrived here yesterday."He said said that she hadarrived there the day before.

查看答案
更多问题

构造方法在()被调用。

A. 类定义时
B. 创建对象时
C. 调用对象方法时
D. 使用对象变量时

Java中,访问修饰符限制性最高的是()。

A. private
B. protected
C. public
D. 默认

下面关于面向对象的程序设计的说法中,不正确的是()。

A. 对象将数据和行为封装于一体
B. 对象是面向对象技术的核心,在面向对象程序设计中,对象是类的抽象
C. 类是具有相同特征(属性)和共同行为(方法)的对象的抽象
D. 类的修饰符可以是abstract(抽象)、static(静态)或final(最终)

下列关于构造方法的说法中,错误的是()。

A. 构造方法的方法名必须与类名一致
B. 构造方法没有返回类型,可以是void类型
C. 如果在类中没有定义任何构造方法,则编译器将会自动加上一个不带任何参数的构造方法
D. 构造方法可以被重载

答案查题题库