试题内容
继承是父类和子类之间共享数据和方法的机制。以下关于继承的叙述中,不正确的是(1)。有关下图中doIt()方法的叙述中,正确的是(2)。
(1)A.一个父类可以有多个子类,这些子类都是父类的特例
B.父类描述了这些子类的公共属性和操作
C.子类可以继承它的父类(或祖先类)中的属性和操作而不必自己定义
D.子类中可以定义自己的新操作而不能定义和父类同名的操作
(2)A.dolt()必须由Thing3实现,同时可能用Thing4实现
B.dolt()必须由Thing5实现
C.dolt()必须由Thing2、Thing3、Thing4和Thing5实现
D.dolt()已经由Thing1实现,因此无须其他类实现
软题库参考答案:D、A(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
某一非确定性有限自动机(NFA)的状态转换图如下图所示,与该NFA等价的正规式是(1),与该NFA等价的DFA是(2)。
(1)
(2)
(1)A. A
B. B
C. C
D. D
(2)A. A
B. B
C. C
D. D
A Web browser is simply a terminal emulator, designed to display text on a screen. The two essential differences between an ordinary terminal emulator and a Web browser are that the browser knows how to deal with (1), and that it has a mechanism for(2) graphical files. Display text, display graphics, and(3) hyperlinks--there's 99 percent of the (4) value. That's not to say that the manufacturers didn't go all-out to attach a hyperactive efflorescence of useless capabilities onto
第26题:以下关于三层C/S结构的叙述中,不正确的是()。
A. A
B. B
C. C
D. D
在采用面向对象技术构建软件系统时, 很多敏捷方法都建议的一种重要的设计活动是( ) ,它是一种重新组织的技术,可以简化构件的设计而无需改变其功能或行为。
A、精化
B、设计类
C、重构
D、抽象