If you need more information, please contact us ________ telephone or email.
查看答案
scala语言中一个函数可以定义在
A. 构造函数里
B. class内
C. object内
D. main函数内
scala中def mul(x:Int)(y:Int) = x*y称作
A. 柯里化函数
B. 匿名函数
C. 高阶函数
D. 偏应用函数
scala反编译后__________。
A. 可读但不可执行
B. 不可读可以执行
C. 可读可执行
D. 不可读不可执行
scala中基本数据类型和java完全一致
A. 对
B. 错