Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the Scala Features?
Home
Scala Constructs
What are the Scala Features?
0
votes
asked
Sep 12, 2022
in
Scala Constructs
by
Robin
What are the Scala Features?
scala-features
scala
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 12, 2022
by
Robin
Scala Language supports the following features:
Supports both OOP-style(Imperative-Style) and Functional-Style Programming
Pure Object-Oriented Programming Language
Supports all Functional Features
REPL(Read-Evaluate-Print Loop) Interpreter
Strong Type System
Statically-Typed Language
Type Inference
Supports Pattern Matching
Supports Closures
Supports Persistent Data Structures
Uses Actor Model to develop Concurrency Applications
Interoperable with Java
...