adplus-dvertising
frame-decoration

Question

The best functions have _____

a.

high cohesion and tight coupling

b.

high cohesion and loose coupling

c.

low cohesion and tight coupling

d.

low cohesion and loose coupling

Answer: (b).high cohesion and loose coupling

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The best functions have _____

Similar Questions

Discover Related MCQs

Q. One of the valid escape sequences used in the C language is

Q. Which loop always processes its instructions at least once?

Q. _____ refers to the process of locating and removing the errors in a program

Q. To write data that contains variables of type float, to an object of type ofstream, you should use

Q. The main difference in operation between an 'if statement and a 'while' statement is

Q. The 'continue' statement is used to

Q. The 'break' statement is used to exist from

Q. Which of the following pairs of identifier name(s) are(is) considered to be identical?

Q. The int type of constants are whole numbers in the range

Q. The general form of do-while statement is

Q. The measure of how well the operations in a function relate to one another is _____

Q. An unsigned double type of data

Q. The extraction operator >> is a(n) _____

Q. Modules in C++ programs are

Q. The return type for all destructors is

Q. The comma operator (,) is used to

Q. Which of the following statements creates a named constant called driverAge whose value is 16?

Q. In object-oriented terms, an exception may be considered a(n) _____

Q. A(n) _____ is a numeric variable used for counting something

Q. The logical NOT operator represented by is a