which two OO principles will they be promoting?

A team of programmers is reviewing a proposed API for a new utility class. After some discussion,
they realize that they can reduce the number of methods in the API without losing any
functionality. If they implement the new design, which two OO principles will they be promoting?

A team of programmers is reviewing a proposed API for a new utility class. After some discussion,
they realize that they can reduce the number of methods in the API without losing any
functionality. If they implement the new design, which two OO principles will they be promoting?

A.
Looser coupling

B.
Tighter coupling

C.
Lower cohesion

D.
Higher cohesion

E.
Weaker encapsulation

F.
Stronger encapsulation



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Regina

Regina

The answer should be A. Looser Coupling *and* D. Higher Cohesion.

matti

matti

D and F should be correct!