试题详情

试题内容

如下所示的UML类图中,,Car和Boat类中的move()方法( )了Transport类中的move()方法。




A.继承
B.覆盖(重置)
C. 重载
D.聚合

查看答案

软题库参考答案:B(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

38题:

() 设计模式定义一系列算法,把他们一个个封装起来,并且使它们可相互替换。这一模式使得算法可独立于它的客户而变化
A.策略(Strategy)
B.抽象工厂(AbstractFactory)
C.观察者(Visitor)
D.状态(State)

26题:以下关于系统原型的叙述中,不正确的是( )。
A、可以帮助导出系统需求并验证需求的有效性
B、可以用来探索特殊的软件解决方案
C、可以用来指导代码优化
D、可以用来支持用户界面设计
57题:

there is nothing in this world constant but inconstancy.-SWIFT
Project after project designs a set of algorithms and then plunges intoconstruction of customer-deliverable software on a schedule that demands delivery of the first thing built.
In most projects, the first system built is (1) usable. It may be too slow, too big , awkward to use, or all three. There is no (2 ) but to start again, smarting but smarter and build a redesigned version in which these problems are solved. Th
44题:

在字符串的KMP模式匹配算法中,需要求解模式串p的next,函数值,其定义如下所示。



若模式串p为“aaabaaa”,则其next函数值为()。
A.0123123
B.0123210
C.0123432
D.0123456

56题:

下图表示客户端通过网络访问远端服务器的一种实现方式,请指出在服务器端的设备1是(1),没备2是(2)。使用电话线路连接远程网络的一种链路层协议是(3)。

(1)A、默认网关
B、主交换机
C、Modem池
D、集线器
(2)A、Web服务器
B、FTP服务器
C、Mail服务器
D、RAS服务器
(3)A、TCP
B、PPP
C、UDP
D、ARP

45题:

UML 类图中类与类之间的关系有五种:依赖、关联、聚合、组合与继承。若类 A需要使用标准数学函数类库中提供的功能,那么类 A 与标准类库提供的类之间存在(1)关系;若类 A 中包含了其它类的实例,且当类 A 的实例消失时,其包含的其它类的实例也消失,则类 A 和它所包含的类之间存在  (2)  关系;若类 A 的实例消失时,其它类的实例仍然存在并继续工作,那么类 A 和它所包含的类之间存在  (3)  关系。
(1)A、依赖
B、关联
C、聚合
D、组合
(2)A、依赖
B、关联
C、聚合
D、组合
(3)A、依赖
B、关联
C、聚合
D、组合