标签: scala
我看过的代码可以实例化一个类并在同一行上调用该类中的方法,例如:
(new className).method(parameter1, parameter2)
上述概念叫什么?它如何工作?