Solved

Which Statement About Higher-Order Functions Is NOT Correct

Question 33

Multiple Choice

Which statement about higher-order functions is NOT correct?


A) A higher-order function is a function that consumes functions.
B) filter is considered to be a higher-order function.
C) Implementing a higher-order function in Java uses a functional interface, which is an interface with a single abstract method.
D) A higher-order function cannot return a function.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions