Q. Which functional interface is used to chain multiple transformations?
β
Correct Answer: (C)
Function
Explanation: `Function` can be composed and chained using `andThen` and `compose`.