For each of the definitions on the left , pick the closet matching term on the r
ID: 3563035 • Letter: F
Question
For each of the definitions on the left , pick the closet matching term on the right and write the letter in the blank.
1. A method that returns a value but does not
change the state of an object
2. A collection of objects
3. A method that is used to initialize a new instance
4. The Java keyword used to indicate that one class
is a subclass of another class
5. Indicates that one class has an instance field
which is an object of another class
6. An individual object that belongs to a class
7. A variable defined for each object in a class
8. Testing how multiple components work together
9. An informal term for inheritance
10. The Java implementation of an action that an object can performs
11. A method that can change the state of an object
12. In Java, if no superclass is provided explicitly,
then a class inherits from this class
13. The term used when a method in a subclass has
the same header as a method in a superclass
14. Running tests again after making changes to a
system
15. A class that inherits from another class
16. A class that is inherited from by another class
17. The principle that if a request is made for a superclass object then a subclass object can be provided instead
18. Testing one component of a system
Explanation / Answer
1) A
2) C
3) D
4) E
5) F
6) H
7) I
8) J
9) K
10) M
11) N
12) O
13) P
14) Q
15) R
16) S
17) T
18) U
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.