When a module passes a data structure to another module which access some of the data member of the structure
Answers
Answered by
0
Answer:
Complete data structure passed from one module to another
Data Coupling: If the dependency between the modules is based on the fact that they communicate by passing only data, then the modules are said to be data coupled. ... Stamp Coupling In stamp coupling, the complete data structure is passed from one module to another module. Therefore, it involves tramp data.
Similar questions