Computer Science, asked by snchandu12, 6 months ago

All else being equal, which is more desirable?

a.

a.Higher cohesion and higher coupling 

b.

b. Higher cohesion and lower coupling 

c.

c. Lower cohesion and lower coupling 

d.

d. Lower cohesion and higher coupling​

Answers

Answered by pinkypearl301
0

Answer:

b.Higher cohesion and lower coupling

Explanation:

The term coupling is the relation between the modules. In simple words, this is how much one component knows about the other components or how much knowledge it has of the other component.

The term cohesion refers to how the elements stick together to the modules. It is a measure of how strongly related each piece of functionality is expressed by the source code of a software module.

In software terms, the desirable thing is high cohesion and low coupling - Which means less interaction with the modules will make the complexity reduction and high performance.

#SPJ3

Similar questions