Multiple Choice
Which of the following represents a good strategy regarding cohesion and class dependencies?
A) Maximize cohesion and remove unnecessary dependencies.
B) Minimize cohesion and remove unnecessary dependencies.
C) Maximize both cohesion and dependencies.
D) Minimize cohesion and maximize dependencies.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: Suppose an object is intended to store
Q64: A class (ClassOne) is considered to have
Q65: Why can't Java methods change parameters of
Q66: A UML class diagram would be most
Q67: A static method can have which of
Q69: Consider the partial Date class below which
Q70: Consider the partial JUnit test below, designed
Q71: Which of the following statements is generally
Q72: What is the name of a class
Q73: Which is an example of a class