11. Cohesion and Coupling || Software Engineering.
Вставка
- Опубліковано 8 лис 2024
- In the video, all the following points are discussed:
➤The Software Product is divided in to several modules.
➤ In Cohesion, All the functions defined in the class should be functionally related to each other. For Example: In Calculator, the functions should be add, subtract, multiply and divide.
➤ In Coupling, All the Modules should be less dependent on each other. otherwise, If all the modules are highly dependent then it will become difficult to make any changes in the software product.
➤ One Example is shown to describe cohesion and coupling better.
For More videos related to Software Engineering.
Kindly visit the playlist:
• Software Engineering
For More content, Kindly visit the ‘Creative Computer Science’ You tube channel.
/ @creativecomputerscien...
Email ID For Query:
CreativeEducation2110@gmail.com
#cse
#computerscience
#gate
#ugcnet
#softwareengg
#cohesion
#coupling