1.

What are the features of Scala?

Answer»

These are KEY features:

  • TYPE inference
  • Singleton object
  • Immutability
  • Lazy computation
  • Case CLASSES and Pattern matching
  • Concurrency control
  • String interpolation
  • Higher order function
  • Traits
  • Rich COLLECTION set


Discussion

No Comment Found