Relegates to subclasses to call algo to perform the appropriate task with the given
input and returns an Object representing the output of the computation.
Relegates to subclasses to call algo to perform the appropriate task with the given
input and returns an Object representing the output of the computation.
Parameters:
algo - an extrinsic operation (algorithm) on this IList.
inp - a variable number of input parameters needed by algo to perform the computation.
Returns:
an Object representing the output of the computation.