00:01
So, here we have to given a statement and we have to tell is it true or false.
00:06
So, we can say in object oriented design low coupling and high cohesion, cohesion are generally, generally considered desirable.
00:43
So, on the basis of this we can say that this is false.
00:47
The given statement in the question is false because coupling refers to the degree of dependency between classes, coupling refers to degree of dependency of classes or between classes.
01:11
We can say between classes.
01:15
High coupling means that classes are strongly dependent on each other, making it difficult to modify one class without affecting others.
01:23
On the other hand, low coupling means that the class have minimal dependencies which allow for easier maintenance and flexibility.
01:30
Now, when we talk about the next thing cohesion, so cohesion refers to how closely the responsibilities and functionality of class are related...