软件模块的独立性往往是用两个指标来度量的,内聚性是度量其功能强度的相对指标, 【3】 则用以度量模块间的相互联系的强度。
参考答案:耦合性
不属于深反射的是()
A.膝反射
B.肱三头肌反射
C.Hoffmann征
D.肛门反射
E.跟腱反射
下列程序的输出结果是( )。 interface Inter{ public final static int A=100; } class My implements Inter{ public static void main (String args[ ]) {System.out.println(A) ; }
A.100
B.0
C. A
D. 程序有错误