Multiple Choice
The following code shows an example of ____:
Double square(double number)
{
Return (number * number) ;
}
A) coupling
B) tight coupling
C) loose coupling
D) functional cohesion
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: _ functions change an object's state or
Q17: Match each term with the correct statement
Q18: getName() is a typical example of a(n)
Q19: _ functions perform some action or service,
Q20: The composition relationship is called an "is-a"
Q22: Match each term with the correct statement
Q23: Using an object within another object is
Q24: _ refers to how well the operations
Q25: _ functions create and destroy objects for
Q26: A _ function has the same name