Solved

A Class (ClassOne) Is Considered to Have a Dependency on Another

Question 85

Multiple Choice

A class (ClassOne) is considered to have a dependency on another class (ClassTwo) under which of the following conditions?


A) Each class uses objects of the other.
B) The public interfaces of both classes are cohesive.
C) ClassTwo uses objects of ClassOne.
D) ClassOne uses objects of ClassTwo.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions