0 votes
in JAVA by
What is meant by the classes and objects that dependents on each other?

a) Tight Coupling

b) Cohesion

c) Loose Coupling

d) None of the above

1 Answer

0 votes
by

(a) Tight Coupling

Reason: In tight coupling, a group of classes and objects are highly dependent on each other. Tight coupling is also used in some cases, like when an object creates some other objects that are going to be used by them.

Tight coupling is the correct answer as it is used when the logic of one class is called by the logic of another class.

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...