Match each term with a statement below.
A. When all the operations in a method contribute to the performance of a single task
B. A copy of a variable's value is sent to the method and stored in a new memory location accessible to the method
C. The arguments sent to a method in a method call
D. Occurs when a copy of data that must be shared is passed from one method to another
E. A program module that contains a series of statements that carry out a task
F. ?Multiple methods with a shared name but different parameter lists
G. When the method receives the actual memory address of the array and has access to the actual values in the array elements
H. Contains identifying information about the method
I. Occurs when methods have access to the same globally defined variables
J. The ability of a method to act appropriately according to the context
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
You might also like to view...
Which of the following statements about Java Class Libraries is false:
a. Java class libraries consist of classes that consist of methods that perform tasks. b. Java class libraries are also known as Java APIs (Application Programming Interfaces). c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes. d. Java class libraries are not portable
EMI is strictly a man-made electronic disturbance.
Answer the following statement true (T) or false (F)
Pharming attacks carried out by domain name system (DNS) spoofing can be detected by antivirus software or spyware removal software.
Answer the following statement true (T) or false (F)
A whilestatement without a falsifiable condition will create an infinite loop.
Answer the following statement true (T) or false (F)