Multiple Choice
Match each term with a statement below.
-Occurs when a copy of data that must be shared is passed from one method to another
A) functional cohesion
B) passed by value
C) actual parameters
D) loose coupling
E) method
F) overload a method?
G) passed by reference
H) method header
I) tight coupling
J) polymorphism
Correct Answer:

Verified
Correct Answer:
Verified
Q47: Match each term with a statement below.<br><br>-When
Q48: A called method accepts the value of
Q49: A method's name and parameter list constitute
Q50: A method's return type is part of
Q51: Variables and constants are _ within,or local
Q53: You can think of the _ in
Q54: You can invoke or call a method
Q55: Describe recursion.
Q56: All modern programming languages contain many methods
Q57: The method name and parameter list constitute