Discuss loose coupling.

What will be an ideal response?


Loose coupling occurs when a copy of data that must be shared is passed from one method to another. That way, the sharing of data is always purposeful-variables must be
explicitly passed to and from methods that use them. The loosest (best) methods pass single arguments if possible, rather than many variables or entire records.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a KeyListener method?

a. keyPressed. b. keyReleased. c. keyClicked. d. keyTyped.

Computer Science & Information Technology

What is a rollover cable?

What will be an ideal response?

Computer Science & Information Technology

In Word, the ________ button can be clicked to display nonprinting characters

A) Editing B) Show/Hide C) Line Spacing D) Strikethrough

Computer Science & Information Technology

What are the rules to optimize and fix potential repetition issues in a database known as?

A) Data validation B) Table Analyzer tool C) Normal forms D) Encryption

Computer Science & Information Technology