Computer Science, asked by akshayasanthiya, 6 months ago

if method A uses a variable v shared with method B, where A writes to v and B reads from v, then, it is an example of which kind of coupling interface listed below?

Answers

Answered by keyboardavro
0

Answer:

If method A uses a variable v shared with method B, where A writes to v and B reads from v, then, it is an example of which kind of coupling interface listed below?

A. External device coupling.

B. Parameter coupling.

C. Interface coupling.

D. Shared data coupling.

option d

Explanation:

Similar questions