For example, in Ruby I can write
def initialize(price)
@Current_price = price
end
|
For example, in Ruby I can write
|
|||||
|
|
In scala you write all init in class/trait/object body:
or simply
You can think of class body as of primary constructor method, as DNA said. |
|||
|
|