单项选择题
A.int f(int x,int y) B.int f(float a,int b) C.float f(mtx,float y) D.int f(int x,float y)
A.公共耦合 B.数据耦合 C.内容耦合 D.无耦合
A.父图和子图都不得改变数据流的性质 B.子图不改变父图数据流的一致性 C.父图的输入/输出数据流与子图的输入/输出数据流一致 D.子图的输出数据流完全由父图的输入数据流确定