Question: Please explain why you chose your answer. 1) A class (classone) is considered to have a dependency on another class (classTwo) under which of the
Please explain why you chose your answer.


1) 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 2) Which statement correctly describes the class relationship shown in this diagram? CashRegister Coin a) CashRe ister class depends on coin. class b) Coin class depends on CashRe ister class c) CashRe ister class aggregates coin class d coin class inherits from CashRegister class 3) Which statement correctly describes the class relationship shown in this diagram? Question Quiz a Quiz class depends on Question class b) Question class aggregates Quiz class c) Quiz class aggregates Question class. d) Question class inherits from Quiz class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
