This exercise asks you to write a generic countMatches method. Your method will take two parameters. The first parameter is an array of int. The second parameter is a function object that returns a...


This exercise asks you to write a generic countMatches method. Your method will take two parameters. The first parameter is an array of int. The second parameter is a function object that returns a Boolean.


a. Give a declaration for an interface that expresses the requisite function object.


 b. countMatches returns the number of array items for which the function object returns true. Implement countMatches.


c. Test countMatches by writing a function object, EqualsZero, that implements your interface to accept one parameter and returns true if the parameter is equal to zero. Use an EqualsZero function object to test countMatches.

Nov 17, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here