Computer Science, asked by abdulbari6452, 11 months ago

When a module of data structure passes to another module which access some of data member?

Answers

Answered by masnayashwanth
0

Answer:

When a module passes a data structure to another module which access some of the data member of the structure falls under stamp coupling. In this coupling, module 1 passes a data structure to module 2 and then module 2 sends the data structure for understanding to another module.

Similar questions