OOAD 101 Lesson 4: Understanding cohesion
Cohesion tells us how narrowly defined an object is. An object with high cohesion is defined for one purpose and it only performs that purpose. An object with low cohesion tends to try to do a lot of different things. Cohesion also tells us if too many objects are attempting to do the same thing. […]
1 comment April 29th, 2006