189k views
2 votes
Which of the following statements is true? a. Predicate methods typically test a condition and modify the object on which they're called. b. Predicate methods typically do not test a condition and do not modify the object on which they're called. c. Predicate methods typically test a condition and do not modify the object on which they're called. d. Predicate methods typically do not test a condition and modify the object on which they're called.

1 Answer

7 votes

Answer:

C

Step-by-step explanation:

Predicate methods typically test a condition and do not modify the object on which they're called.

User Vguerrero
by
6.1k points