Solved

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

Question 64

Multiple Choice

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


A) ClassOne and ClassTwo both use a third class ClassThree.
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