Design Patterns Flashcards
1
Q
What is class cohesion?
A
Is the degree by which the methods inside a module belong together.
2
Q
What is coupling?
A
Is the degree by which a class relies on another class.
3
Q
A
What is class cohesion?
Is the degree by which the methods inside a module belong together.
What is coupling?
Is the degree by which a class relies on another class.