Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#scala
Classes in Scala are static templates that can be instantiated into many objects at runtime.
If you want to change selection, open document below and click on "Move attachment"

Classes - Scala Documentation
<span>Classes in Scala are static templates that can be instantiated into many objects at runtime. Here is a class definition which defines a class Point: class Point(xc: Int, yc: Int) { var x: Int = xc var y: Int = yc def move(dx: Int, dy: Int) { x = x + dx y = y + dy


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.