0
点赞
收藏
分享

微信扫一扫

快速学习-Scala关键字

互联网码农 2022-03-11 阅读 74


关键字介绍

Scala有39个关键字:

package, import, class, object, trait, extends, with, type, forSome
private, protected, abstract, sealed, final, implicit, lazy, override
try, catch, finally, throw
if, else, match, case, do, while, for, return, yield
def, val, var
this, super
new
true, false, null



举报

相关推荐

0 条评论