in Technology by
What is mean by Cohesion and Coupling?

1 Answer

0 votes
by

Coupling: It is defined as a relationship between software modules A and B, and how much one module depends or interacts with another one. Couplings fall into three major categories. Modules can be highly coupled (highly dependent), loosely coupled, and uncoupled from each other. The best kind of coupling is loose coupling, which is achieved through interfaces. 

Cohesion: It is defined as a relationship between two or more parts/elements of a module that serves the same purpose. Generally, a module with high cohesion can perform a specific function efficiently without needing communication with any other modules. High cohesion enhances the functionality of the module.

Related questions

0 votes
    Efferent Coupling is a measure of ____________________. (i)Code Complexity (ii)Outgoing dependencies (iii)Incoming dependencies...
asked Oct 5, 2020 in Technology by Editorial Staff
0 votes
    With unity coupling, the mutual inductance will be (a) L1 x L2 (b) L1/L2 (c) √( ... theory proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 6, 2021 in Education by JackTerrance
0 votes
    Given two mutually coupled coils have a total inductance of 1500 mH, the self-inductance of each coils if the ... GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 20, 2021 in Education by JackTerrance
0 votes
    In the circuit given below, the series circuit shown in figure, for series resonance, the value of the coupling ... GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 16, 2021 in Education by JackTerrance
0 votes
    What do you mean by value types and reference types in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What do you mean by Trojan and explain its types?...
asked Feb 15, 2021 in Technology by JackTerrance
0 votes
    What do you mean by the term compatibility and compatibility testing?...
asked Feb 8, 2021 in Technology by JackTerrance
0 votes
    What do you mean by a BLOB and what are their types in Azure?...
asked Dec 27, 2020 in Technology by JackTerrance
0 votes
    What do you mean by leader and follower in Kafka?...
asked Nov 5, 2020 in Technology by JackTerrance
0 votes
    What does it mean by message blocking is active on iphone?...
asked Aug 6, 2022 in Technology by Editorial Staff
0 votes
    What is mean by bundles in laravel?...
asked Sep 28, 2021 in Technology by JackTerrance
0 votes
    What is mean by Windows in terms of networking?...
asked Aug 22, 2021 in Technology by JackTerrance
...