Posted On: Nov 18, 2020
Coupling: The coupling term is used to describe the degree of interdependence between the modules. Lower the coupling between the modules, the better the software is.
Cohesion: The cohesion term is used to describe the degree to which the elements of the module are related. Cohesion is a glue that connects all the modules together. All the elements of the module work together to perform a single task.
Higher the cohesion of the system, the better the software is.
Never Miss an Articles from us.
Software engineering is a branch of computer science that deals with the building and growth of the software for both computers and applications. Computer system software uses the operating system and...
There are mainly 6 phases of SDLC:Requirement gathering and analysis Design Implementation or coding Testing Deployment Maintenance...