填空题

一个类可以从直接或间接的祖先中继承所有属性和方法。采用这个方法提高了软件的 【3】 。

【参考答案】

可重用性
<上一题 目录 下一题>
热门 试题

填空题
排序是计算机程序设计中的一种重要操作,常见的排序方法有插入排序、 【1】 和选择排序等。
单项选择题
单击命令按钮时,下列程序代码的执行结果为 ( ) Function FirProc(x As Integer, y As Integer, z As Integer) FirProc=2*x+y+3*z End Function Function SecProc(x As Integer, y As Integer, z As Integer) SecProc=FirProc(z, x, y)+x End Function Private Sub Commandl Click() Dim a As Integer, b As Integer, c As Integer a=2 :b=3 :c=4 Print SecProc(c, b, A) End Sub
A.21
B.19
C.17
D.34
相关试题
  • 在属性窗口中,属性列表可以按两种顺序排列...
  • 阅读程序:Option Base 1Dim arr2()...
  • 设某个程序中要用到一个二维数组,要求数组...
  • 阅读以下程序:Prlvate Sub Form_Click...
  • 软件的 【2】 设计又称为总体结构设计,...