Java Programming Questions
1. What do you think can happen if there was an error with a more complex program that has tight coupling?
2. In Java, coupling is how much one class knows about another. For example, having classes A, B and C where class C knows the inner elements of A and/or B. Do we think this is a good idea or not so good?