试题详情

试题内容

在面向对象技术中,对象具有以下特性:()。
①清晰的边界②良好定义的行为
③确定的位置和数量④可扩展性
A.②④
B.①②③④
C.①②④
D.①②

查看答案

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

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

你可能感兴趣的试题

47题:设栈初始时为空,对于入栈序列1,2,3…n这些元素经过栈之后得到出栈序列P1,P2,P3,.…Pn,若P3-4,则P1,P2不可能的值为()。
A.6,5
B.2,3
C.3,1
D.3,5
65题:

设某算法的计算时间表示为递推关系式 T(n)= T(n-1) + n (n>0)  及 T(0)=1,则该算法的时间复杂度为  ( )  。
A、O (lgn)
B、O (nlgn)
C、O(n)
D、O(n2 )

56题:Designing object -oriented software is hard,and designing ( )object -oriented software is even harder.You must find pertinent(相关的)objects,factor them into class at the rightgranularity,define class interfaces and inheritances,and establish key relationships among them.You design should be specific to the problem at hand,but also( )enough to address future problems and requirements.You also want to avoid redesign,or atleast minimize it.Experienced object -oriented designers will tell you that a r55题:


A. A
B. B
C. C
D. D

34题:

下所示为UML( )。




A.类图
B.部署图
C. 组件图
D.网络图

47题:

在55个互异元素构成的有序表A[ 1..55]中进行折半查找(或二分查找,向下取整)。若需要找的元素等于A[19 ],则在查找过程中参与比较的元素依次为( )、A[ 19]。
A. A[28 ]、A[30 ]、A[15 ]、A[20 ]
B. A[ 28]、A[14 ]、A[ 21]、A[17 ]
C. A[ 28]、A[15 ]、A[ 22]、A[18]
D. A[ 28]、A[18 ]、A[22 ]、A[20 ]