-->
当前位置:首页 > 题库

单选题:h0371. scala中def mul(x:Int)(y:Int) = x*y称作

Luz4年前 (2022-05-04)题库467
scala中def mul(x:Int)(y:Int) = x*y称作



A.柯里化函数
B.匿名函数
C.高阶函数
D.偏应用函数


答案:A