Questions tagged [coupling]
197 questions
-1
votes
1 answer
Details about implicit constructor in java with example
I want a clarification for this statement related to implicit constructor in Java. I read this statement in an article but I need more details about it and an example to understand it.
The statement is: An implicit constructor call is made when a…

user3449656
- 15
- 1
- 4
-2
votes
1 answer
Coupling and how to reduce it
In which of the following lines of code coupling occurs?
What is the kind of coupling? What is the problem induced by this coupling? How can the code be refactored to reduce coupling?

user2013804
- 29
- 1
- 4