Computer Science, asked by akihsir6763, 10 months ago

Retrievecustomeraddress()void printaddressofcustomer(char* address)retrievecustomeraddress() retrieves the address of the customer from the database and pass it to the printaddressofcustomer method that takes only the address of the customer and prints it in the console.What type of coupling is exhibited between these two modules?

Answers

Answered by liza10987654321
1

The purpose of Design phase in the Software Development Life Cycle is to produce a solution to a problem given in the SRS(Software Requirement Specification) document. The output of the design phase is Sofware Design Document (SDD).

Basically, design is a two-part iterative process. First part is Conceptual Design that tells the customer what the system will do. Second is Technical Design that allows the system builders to understand the actual hardware and software needed to solve customer’s problem.

Answered by Monica09
4

Answer: Data coupling

Explanation:

Similar questions