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.

Respuesta :

Answer:

C

Explanation:

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